Html Css Color HEX #0AA82B Dark Pastel Green

📋 copy color: '#0AA82B'

red 10 ◦ green 168 ◦ blue 43

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

Shades of Dark Pastel Green #0AA82B

Tints of Dark Pastel Green #0AA82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.46%

R = 4.52%
G = 76.02%
B = 19.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#0AA82B (or 0x0AA82B) is known color: Dark Pastel Green. HEX triplet: 0A, A8 and 2B. RGB value is (10,168,43). Sum of RGB (Red+Green+Blue) = 10+168+43=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 168 (66.02% from 255 or 76.02% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 168 - color contains mainly: green. Hex color #0AA82B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA82B is #F557D4. Grayscale: #6A6A6A. Windows color (decimal): -16078805 or 2861066. OLE color: 2861066.

HSL color Cylindrical-coordinate representation of color #0AA82B: hue angle of 132.53º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA82B is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 10 168 43 -
CMYK 0.94 0 0.74 0.34
HSL 132.53º 0.89% 0.35% -
HSV(B) 132.53º 0.94% 0.66% -
XYZ 14.56 28.24 6.97 -
YUV 106.51 92.15 59.16 -
System Red Green Blue C M Y K H S L
Decimal 10 168 43 0.94 0 0.74 0.34 132.53 0.89 0.35
Hex A A8 2B 5E 0 4A 22 85 59 23
Octal 12 250 53 136 0 112 42 205 131 43
Binary 1010 10101000 101011 1011110 0 1001010 100010 10000101 1011001 100011

Color Harmonies of #0AA82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA82B

Black with #0AA82B

Text Example


Text Example

White with #0AA82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,168,43); }

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

background-color css

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

 a { background-color: rgb(10,168,43); }

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

border-color css

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

 span { border-color: rgb(10,168,43); }

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