Html Css Color HEX #0AC322 Dark Pastel Green

📋 copy color: '#0AC322'

red 10 ◦ green 195 ◦ blue 34

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

Shades of Dark Pastel Green #0AC322

Tints of Dark Pastel Green #0AC322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 81.59%

 BLUE value IS 34 (13.67% from 255) = 14.23%

R = 4.18%
G = 81.59%
B = 14.23%

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

#0AC322 (or 0x0AC322) is known color: Dark Pastel Green. HEX triplet: 0A, C3 and 22. RGB value is (10,195,34). Sum of RGB (Red+Green+Blue) = 10+195+34=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 195 (76.56% from 255 or 81.59% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC322 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC322 is #F53CDD. Grayscale: #797979. Windows color (decimal): -16071902 or 2278154. OLE color: 2278154.

HSL color Cylindrical-coordinate representation of color #0AC322: hue angle of 127.78º 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 #0AC322 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 10 195 34 -
CMYK 0.95 0 0.83 0.24
HSL 127.78º 0.9% 0.4% -
HSV(B) 127.78º 0.95% 0.76% -
XYZ 19.93 39.21 8.03 -
YUV 121.33 78.71 48.59 -
System Red Green Blue C M Y K H S L
Decimal 10 195 34 0.95 0 0.83 0.24 127.78 0.9 0.4
Hex A C3 22 5F 0 53 18 80 5A 28
Octal 12 303 42 137 0 123 30 200 132 50
Binary 1010 11000011 100010 1011111 0 1010011 11000 10000000 1011010 101000

Color Harmonies of #0AC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC322

Black with #0AC322

Text Example


Text Example

White with #0AC322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,195,34); }

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

background-color css

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

 a { background-color: rgb(10,195,34); }

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

border-color css

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

 span { border-color: rgb(10,195,34); }

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