Html Css Color HEX #0CA939 Dark Pastel Green

📋 copy color: '#0CA939'

red 12 ◦ green 169 ◦ blue 57

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

Shades of Dark Pastel Green #0CA939

Tints of Dark Pastel Green #0CA939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.95%

R = 5.04%
G = 71.01%
B = 23.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#0CA939 (or 0x0CA939) is known color: Dark Pastel Green. HEX triplet: 0C, A9 and 39. RGB value is (12,169,57). Sum of RGB (Red+Green+Blue) = 12+169+57=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 169 (66.41% from 255 or 71.01% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA939 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA939 is #F356C6. Grayscale: #6D6D6D. Windows color (decimal): -15947463 or 3778828. OLE color: 3778828.

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

Color convert

RGB 12 169 57 -
CMYK 0.93 0 0.66 0.34
HSL 137.2º 0.87% 0.35% -
HSV(B) 137.2º 0.93% 0.66% -
XYZ 15.08 28.75 8.63 -
YUV 109.29 98.49 58.61 -
System Red Green Blue C M Y K H S L
Decimal 12 169 57 0.93 0 0.66 0.34 137.2 0.87 0.35
Hex C A9 39 5D 0 42 22 89 57 23
Octal 14 251 71 135 0 102 42 211 127 43
Binary 1100 10101001 111001 1011101 0 1000010 100010 10001001 1010111 100011

Color Harmonies of #0CA939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA939

Black with #0CA939

Text Example


Text Example

White with #0CA939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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