Html Css Color HEX #0CA736 Dark Pastel Green

📋 copy color: '#0CA736'

red 12 ◦ green 167 ◦ blue 54

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

Shades of Dark Pastel Green #0CA736

Tints of Dark Pastel Green #0CA736

RGB

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

 GREEN value IS 167 (65.63% from 255) = 71.67%

 BLUE value IS 54 (21.48% from 255) = 23.18%

R = 5.15%
G = 71.67%
B = 23.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#0CA736 (or 0x0CA736) is known color: Dark Pastel Green. HEX triplet: 0C, A7 and 36. RGB value is (12,167,54). Sum of RGB (Red+Green+Blue) = 12+167+54=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 167 (65.62% from 255 or 71.67% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA736 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA736 is #F358C9. Grayscale: #6C6C6C. Windows color (decimal): -15947978 or 3581708. OLE color: 3581708.

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

Color convert

RGB 12 167 54 -
CMYK 0.93 0 0.68 0.35
HSL 136.26º 0.87% 0.35% -
HSV(B) 136.26º 0.93% 0.65% -
XYZ 14.64 27.98 8.12 -
YUV 107.77 97.65 59.69 -
System Red Green Blue C M Y K H S L
Decimal 12 167 54 0.93 0 0.68 0.35 136.26 0.87 0.35
Hex C A7 36 5D 0 44 23 88 57 23
Octal 14 247 66 135 0 104 43 210 127 43
Binary 1100 10100111 110110 1011101 0 1000100 100011 10001000 1010111 100011

Color Harmonies of #0CA736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA736

Black with #0CA736

Text Example


Text Example

White with #0CA736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,167,54); }

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

background-color css

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

 a { background-color: rgb(12,167,54); }

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

border-color css

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

 span { border-color: rgb(12,167,54); }

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