#29FF0C

Color #29FF0C Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #29FF0C

Tints of Harlequin #29FF0C

Color information

#29FF0C (or 0x29FF0C) is unknown color: approx Harlequin. HEX triplet: 29, FF and 0C. RGB value is (41,255,12). Sum of RGB (Red+Green+Blue) = 41+255+12=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 255 (100% from 255 or 82.79% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 255 - color contains mainly: green. Hex color #29FF0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #29FF0C is #D600F3. Grayscale: #A4A4A4. Windows color (decimal): -14024948 or 851753. OLE color: 851753.

HSL color Cylindrical-coordinate representation of color #29FF0C: hue angle of 112.84º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29FF0C is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB4125512-
CMYK0.8400.950
HSL112.84º100%52.35%-
HSV(B)112.84º95.29%100%-
XYZ36.7472.0212.31-
YUV163.3142.640.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 255 (100% from 255) = 82.79%
BLUE value IS 12 (5.08% from 255) = 3.90%
R=13.31%
G=82.79%
B=3.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal41255120.8400.950112.8410052.35
Hex29FFC5405F0716434
Octal51377141240137016114464
Binary101001111111111100101010001011111011100011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29FF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29FF0C; }

 p { color: rgb(41,255,12); }

 H1.HeaderClassName
 {
   color: #29FF0C;
 }
 .AnyTagClassName
 {
   color: #29FF0C;
 }
</style>
background-color css

<style>
 a { background-color: #29FF0C; }

 a { background-color: rgb(41,255,12); }

 div.DivClassName
 {
   background-color: #29FF0C;
 }
 .BgClassName
 {
   background-color: #29FF0C;
 }
</style>
border-color css

<style>
 span { border-color: #29FF0C; }

 span { border-color: rgb(41,255,12); }

 td.TdClassName
 {
   border-color: #29FF0C;
 }
 .TagClassName
 {
   border-color: #29FF0C;
 }
</style>