#0CAE31

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

Shades of Dark Pastel Green #0CAE31

Tints of Dark Pastel Green #0CAE31

Color information

#0CAE31 (or 0x0CAE31) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, AE and 31. RGB value is (12,174,49). Sum of RGB (Red+Green+Blue) = 12+174+49=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 174 (68.36% from 255 or 74.04% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAE31 is #F351CE. Grayscale: #6F6F6F. Windows color (decimal): -15946191 or 3255820. OLE color: 3255820.

HSL color Cylindrical-coordinate representation of color #0CAE31: hue angle of 133.7º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAE31 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB1217449-
CMYK0.9300.720.32
HSL133.7º87.1%36.47%-
HSV(B)133.7º93.1%68.24%-
XYZ15.8430.577.97-
YUV111.3192.8357.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.11%
GREEN value IS 174 (68.36% from 255) = 74.04%
BLUE value IS 49 (19.53% from 255) = 20.85%
R=5.11%
G=74.04%
B=20.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12174490.9300.720.32133.787.136.47
HexCAE315D04820865724
Octal142566113501104020612744
Binary110010101110110001101110101001000100000100001101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CAE31; }

 p { color: rgb(12,174,49); }

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

<style>
 a { background-color: #0CAE31; }

 a { background-color: rgb(12,174,49); }

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

<style>
 span { border-color: #0CAE31; }

 span { border-color: rgb(12,174,49); }

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