#0cae2f

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

Shades of Dark Pastel Green #0CAE2F

Tints of Dark Pastel Green #0CAE2F

Color information

#0CAE2F (or 0x0CAE2F) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, AE and 2F. RGB value is (12,174,47). Sum of RGB (Red+Green+Blue) = 12+174+47=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 174 (68.36% from 255 or 74.68% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAE2F is #F351D0. Grayscale: #6F6F6F. Windows color (decimal): -15946193 or 3124748. OLE color: 3124748.

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

Color convert

RGB1217447-
CMYK0.9300.730.32
HSL132.96º87.1%36.47%-
HSV(B)132.96º93.1%68.24%-
XYZ15.830.567.75-
YUV111.0891.8357.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.15%
GREEN value IS 174 (68.36% from 255) = 74.68%
BLUE value IS 47 (18.75% from 255) = 20.17%
R=5.15%
G=74.68%
B=20.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12174470.9300.730.32132.9687.136.47
HexCAE2F5D04920855724
Octal142565713501114020512744
Binary110010101110101111101110101001001100000100001011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cae2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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