Html Css Color HEX #0CA637 Dark Pastel Green

📋 copy color: '#0CA637'

red 12 ◦ green 166 ◦ blue 55

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

Shades of Dark Pastel Green #0CA637

Tints of Dark Pastel Green #0CA637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.61%

R = 5.15%
G = 71.24%
B = 23.61%

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

#0CA637 (or 0x0CA637) is known color: Dark Pastel Green. HEX triplet: 0C, A6 and 37. RGB value is (12,166,55). Sum of RGB (Red+Green+Blue) = 12+166+55=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 166 (65.23% from 255 or 71.24% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA637 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA637 is #F359C8. Grayscale: #6B6B6B. Windows color (decimal): -15948233 or 3646988. OLE color: 3646988.

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

Color convert

RGB 12 166 55 -
CMYK 0.93 0 0.67 0.35
HSL 136.75º 0.87% 0.35% -
HSV(B) 136.75º 0.93% 0.65% -
XYZ 14.48 27.63 8.18 -
YUV 107.3 98.48 60.03 -
System Red Green Blue C M Y K H S L
Decimal 12 166 55 0.93 0 0.67 0.35 136.75 0.87 0.35
Hex C A6 37 5D 0 43 23 89 57 23
Octal 14 246 67 135 0 103 43 211 127 43
Binary 1100 10100110 110111 1011101 0 1000011 100011 10001001 1010111 100011

Color Harmonies of #0CA637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA637

Black with #0CA637

Text Example


Text Example

White with #0CA637

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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