Html Css Color HEX #0CA930 Dark Pastel Green

📋 copy color: '#0CA930'

red 12 ◦ green 169 ◦ blue 48

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

Shades of Dark Pastel Green #0CA930

Tints of Dark Pastel Green #0CA930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.96%

R = 5.24%
G = 73.8%
B = 20.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#0CA930 (or 0x0CA930) is known color: Dark Pastel Green. HEX triplet: 0C, A9 and 30. RGB value is (12,169,48). Sum of RGB (Red+Green+Blue) = 12+169+48=229 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.24% from 229); Green value is 169 (66.41% from 255 or 73.80% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA930 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA930 is #F356CF. Grayscale: #6C6C6C. Windows color (decimal): -15947472 or 3189004. OLE color: 3189004.

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

Color convert

RGB 12 169 48 -
CMYK 0.93 0 0.72 0.34
HSL 133.76º 0.87% 0.35% -
HSV(B) 133.76º 0.93% 0.66% -
XYZ 14.87 28.67 7.55 -
YUV 108.26 93.99 59.34 -
System Red Green Blue C M Y K H S L
Decimal 12 169 48 0.93 0 0.72 0.34 133.76 0.87 0.35
Hex C A9 30 5D 0 48 22 86 57 23
Octal 14 251 60 135 0 110 42 206 127 43
Binary 1100 10101001 110000 1011101 0 1001000 100010 10000110 1010111 100011

Color Harmonies of #0CA930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA930

Black with #0CA930

Text Example


Text Example

White with #0CA930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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