Html Css Color HEX #0AB22A Dark Pastel Green

📋 copy color: '#0AB22A'

red 10 ◦ green 178 ◦ blue 42

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

Shades of Dark Pastel Green #0AB22A

Tints of Dark Pastel Green #0AB22A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 77.39%

 BLUE value IS 42 (16.8% from 255) = 18.26%

R = 4.35%
G = 77.39%
B = 18.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#0AB22A (or 0x0AB22A) is known color: Dark Pastel Green. HEX triplet: 0A, B2 and 2A. RGB value is (10,178,42). Sum of RGB (Red+Green+Blue) = 10+178+42=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 178 (69.92% from 255 or 77.39% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 178 - color contains mainly: green. Hex color #0AB22A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AB22A is #F54DD5. Grayscale: #707070. Windows color (decimal): -16076246 or 2798090. OLE color: 2798090.

HSL color Cylindrical-coordinate representation of color #0AB22A: hue angle of 131.43º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB22A is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 10 178 42 -
CMYK 0.94 0 0.76 0.30
HSL 131.43º 0.89% 0.37% -
HSV(B) 131.43º 0.94% 0.7% -
XYZ 16.46 32.07 7.51 -
YUV 112.26 88.34 55.06 -
System Red Green Blue C M Y K H S L
Decimal 10 178 42 0.94 0 0.76 0.30 131.43 0.89 0.37
Hex A B2 2A 5E 0 4C 1E 83 59 25
Octal 12 262 52 136 0 114 36 203 131 45
Binary 1010 10110010 101010 1011110 0 1001100 11110 10000011 1011001 100101

Color Harmonies of #0AB22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB22A

Black with #0AB22A

Text Example


Text Example

White with #0AB22A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,178,42); }

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

background-color css

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

 a { background-color: rgb(10,178,42); }

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

border-color css

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

 span { border-color: rgb(10,178,42); }

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