#12CF29

Color #12CF29 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #12CF29

Tints of Dark Pastel Green #12CF29

Color information

#12CF29 (or 0x12CF29) is unknown color: approx Dark Pastel Green. HEX triplet: 12, CF and 29. RGB value is (18,207,41). Sum of RGB (Red+Green+Blue) = 18+207+41=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 207 (81.25% from 255 or 77.82% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CF29 is #ED30D6. Grayscale: #848484. Windows color (decimal): -15544535 or 2739986. OLE color: 2739986.

HSL color Cylindrical-coordinate representation of color #12CF29: hue angle of 127.3º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF29 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB1820741-
CMYK0.9100.800.19
HSL127.3º84%44.12%-
HSV(B)127.3º91.3%81.18%-
XYZ22.9644.919.56-
YUV131.5676.8847-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 207 (81.25% from 255) = 77.82%
BLUE value IS 41 (16.41% from 255) = 15.41%
R=6.77%
G=77.82%
B=15.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal18207410.9100.800.19127.38444.12
Hex12CF295B050137f542c
Octal223175113301202317712454
Binary10010110011111010011011011010100001001111111111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12CF29; }

 p { color: rgb(18,207,41); }

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

<style>
 a { background-color: #12CF29; }

 a { background-color: rgb(18,207,41); }

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

<style>
 span { border-color: #12CF29; }

 span { border-color: rgb(18,207,41); }

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