Html Css Color HEX #0AC120 Dark Pastel Green

📋 copy color: '#0AC120'

red 10 ◦ green 193 ◦ blue 32

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

Shades of Dark Pastel Green #0AC120

Tints of Dark Pastel Green #0AC120

RGB

 RED value IS 10 (4.3% from 255) = 4.26%

 GREEN value IS 193 (75.78% from 255) = 82.13%

 BLUE value IS 32 (12.89% from 255) = 13.62%

R = 4.26%
G = 82.13%
B = 13.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#0AC120 (or 0x0AC120) is known color: Dark Pastel Green. HEX triplet: 0A, C1 and 20. RGB value is (10,193,32). Sum of RGB (Red+Green+Blue) = 10+193+32=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 193 (75.78% from 255 or 82.13% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC120 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC120 is #F53EDF. Grayscale: #787878. Windows color (decimal): -16072416 or 2146570. OLE color: 2146570.

HSL color Cylindrical-coordinate representation of color #0AC120: hue angle of 127.21º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC120 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 10 193 32 -
CMYK 0.95 0 0.83 0.24
HSL 127.21º 0.9% 0.4% -
HSV(B) 127.21º 0.95% 0.76% -
XYZ 19.46 38.31 7.74 -
YUV 119.93 78.37 49.59 -
System Red Green Blue C M Y K H S L
Decimal 10 193 32 0.95 0 0.83 0.24 127.21 0.9 0.4
Hex A C1 20 5F 0 53 18 7F 5A 28
Octal 12 301 40 137 0 123 30 177 132 50
Binary 1010 11000001 100000 1011111 0 1010011 11000 1111111 1011010 101000

Color Harmonies of #0AC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC120

Black with #0AC120

Text Example


Text Example

White with #0AC120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,193,32); }

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

background-color css

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

 a { background-color: rgb(10,193,32); }

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

border-color css

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

 span { border-color: rgb(10,193,32); }

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