Html Css Color HEX #0CA839 Dark Pastel Green

📋 copy color: '#0CA839'

red 12 ◦ green 168 ◦ blue 57

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

Shades of Dark Pastel Green #0CA839

Tints of Dark Pastel Green #0CA839

RGB

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

 GREEN value IS 168 (66.02% from 255) = 70.89%

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

R = 5.06%
G = 70.89%
B = 24.05%

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

#0CA839 (or 0x0CA839) is known color: Dark Pastel Green. HEX triplet: 0C, A8 and 39. RGB value is (12,168,57). Sum of RGB (Red+Green+Blue) = 12+168+57=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 168 (66.02% from 255 or 70.89% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA839 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA839 is #F357C6. Grayscale: #6C6C6C. Windows color (decimal): -15947719 or 3778572. OLE color: 3778572.

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

Color convert

RGB 12 168 57 -
CMYK 0.93 0 0.66 0.34
HSL 137.31º 0.87% 0.35% -
HSV(B) 137.31º 0.93% 0.66% -
XYZ 14.89 28.38 8.56 -
YUV 108.7 98.82 59.03 -
System Red Green Blue C M Y K H S L
Decimal 12 168 57 0.93 0 0.66 0.34 137.31 0.87 0.35
Hex C A8 39 5D 0 42 22 89 57 23
Octal 14 250 71 135 0 102 42 211 127 43
Binary 1100 10101000 111001 1011101 0 1000010 100010 10001001 1010111 100011

Color Harmonies of #0CA839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA839

Black with #0CA839

Text Example


Text Example

White with #0CA839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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