Html Css Color HEX #0CA636 Dark Pastel Green

📋 copy color: '#0CA636'

red 12 ◦ green 166 ◦ blue 54

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

Shades of Dark Pastel Green #0CA636

Tints of Dark Pastel Green #0CA636

RGB

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

 GREEN value IS 166 (65.23% from 255) = 71.55%

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

R = 5.17%
G = 71.55%
B = 23.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#0CA636 (or 0x0CA636) is known color: Dark Pastel Green. HEX triplet: 0C, A6 and 36. RGB value is (12,166,54). Sum of RGB (Red+Green+Blue) = 12+166+54=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 166 (65.23% from 255 or 71.55% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA636 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA636 is #F359C9. Grayscale: #6B6B6B. Windows color (decimal): -15948234 or 3581452. OLE color: 3581452.

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

Color convert

RGB 12 166 54 -
CMYK 0.93 0 0.67 0.35
HSL 136.36º 0.87% 0.35% -
HSV(B) 136.36º 0.93% 0.65% -
XYZ 14.45 27.62 8.06 -
YUV 107.19 97.98 60.11 -
System Red Green Blue C M Y K H S L
Decimal 12 166 54 0.93 0 0.67 0.35 136.36 0.87 0.35
Hex C A6 36 5D 0 43 23 88 57 23
Octal 14 246 66 135 0 103 43 210 127 43
Binary 1100 10100110 110110 1011101 0 1000011 100011 10001000 1010111 100011

Color Harmonies of #0CA636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA636

Black with #0CA636

Text Example


Text Example

White with #0CA636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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