Html Css Color HEX #0CA927 Dark Pastel Green

📋 copy color: '#0CA927'

red 12 ◦ green 169 ◦ blue 39

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

Shades of Dark Pastel Green #0CA927

Tints of Dark Pastel Green #0CA927

RGB

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

 GREEN value IS 169 (66.41% from 255) = 76.82%

 BLUE value IS 39 (15.63% from 255) = 17.73%

R = 5.45%
G = 76.82%
B = 17.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#0CA927 (or 0x0CA927) is known color: Dark Pastel Green. HEX triplet: 0C, A9 and 27. RGB value is (12,169,39). Sum of RGB (Red+Green+Blue) = 12+169+39=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 169 (66.41% from 255 or 76.82% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA927 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA927 is #F356D8. Grayscale: #6B6B6B. Windows color (decimal): -15947481 or 2599180. OLE color: 2599180.

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

Color convert

RGB 12 169 39 -
CMYK 0.93 0 0.77 0.34
HSL 130.32º 0.87% 0.35% -
HSV(B) 130.32º 0.93% 0.66% -
XYZ 14.71 28.6 6.66 -
YUV 107.24 89.49 60.07 -
System Red Green Blue C M Y K H S L
Decimal 12 169 39 0.93 0 0.77 0.34 130.32 0.87 0.35
Hex C A9 27 5D 0 4D 22 82 57 23
Octal 14 251 47 135 0 115 42 202 127 43
Binary 1100 10101001 100111 1011101 0 1001101 100010 10000010 1010111 100011

Color Harmonies of #0CA927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA927

Black with #0CA927

Text Example


Text Example

White with #0CA927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,169,39); }

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

background-color css

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

 a { background-color: rgb(12,169,39); }

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

border-color css

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

 span { border-color: rgb(12,169,39); }

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