#0cae3f

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

Shades of Dark Pastel Green #0CAE3F

Tints of Dark Pastel Green #0CAE3F

Color information

#0CAE3F (or 0x0CAE3F) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, AE and 3F. RGB value is (12,174,63). Sum of RGB (Red+Green+Blue) = 12+174+63=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 174 (68.36% from 255 or 69.88% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAE3F is #F351C0. Grayscale: #717171. Windows color (decimal): -15946177 or 4173324. OLE color: 4173324.

HSL color Cylindrical-coordinate representation of color #0CAE3F: hue angle of 138.89º 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 #0CAE3F is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB1217463-
CMYK0.9300.640.32
HSL138.89º87.1%36.47%-
HSV(B)138.89º93.1%68.24%-
XYZ16.1830.719.78-
YUV112.9199.8356.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.82%
GREEN value IS 174 (68.36% from 255) = 69.88%
BLUE value IS 63 (25% from 255) = 25.30%
R=4.82%
G=69.88%
B=25.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12174630.9300.640.32138.8987.136.47
HexCAE3F5D040208b5724
Octal142567713501004021312744
Binary110010101110111111101110101000000100000100010111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cae3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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