Html Css Color HEX #0CAC2F Dark Pastel Green

📋 copy color: '#0CAC2F'

red 12 ◦ green 172 ◦ blue 47

#0CAC2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0CAC2F

Tints of Dark Pastel Green #0CAC2F

RGB

 RED value IS 12 (5.08% from 255) = 5.19%

 GREEN value IS 172 (67.58% from 255) = 74.46%

 BLUE value IS 47 (18.75% from 255) = 20.35%

R = 5.19%
G = 74.46%
B = 20.35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#0CAC2F (or 0x0CAC2F) is known color: Dark Pastel Green. HEX triplet: 0C, AC and 2F. RGB value is (12,172,47). Sum of RGB (Red+Green+Blue) = 12+172+47=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 172 (67.58% from 255 or 74.46% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAC2F is #F353D0. Grayscale: #6E6E6E. Windows color (decimal): -15946705 or 3124236. OLE color: 3124236.

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

Color convert

RGB 12 172 47 -
CMYK 0.93 0 0.73 0.33
HSL 133.13º 0.87% 0.36% -
HSV(B) 133.13º 0.93% 0.67% -
XYZ 15.42 29.79 7.63 -
YUV 109.91 92.49 58.16 -
System Red Green Blue C M Y K H S L
Decimal 12 172 47 0.93 0 0.73 0.33 133.13 0.87 0.36
Hex C AC 2F 5D 0 49 21 85 57 24
Octal 14 254 57 135 0 111 41 205 127 44
Binary 1100 10101100 101111 1011101 0 1001001 100001 10000101 1010111 100100

Color Harmonies of #0CAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC2F

Black with #0CAC2F

Text Example


Text Example

White with #0CAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CAC2F;
 }
 .AnyTagClassName
 {
   color: #0CAC2F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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