Html Css Color HEX #0AAA56 Pigment Green

📋 copy color: '#0AAA56'

red 10 ◦ green 170 ◦ blue 86

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

Shades of Pigment Green #0AAA56

Tints of Pigment Green #0AAA56

RGB

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

 GREEN value IS 170 (66.8% from 255) = 63.91%

 BLUE value IS 86 (33.98% from 255) = 32.33%

R = 3.76%
G = 63.91%
B = 32.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#0AAA56 (or 0x0AAA56) is known color: Pigment Green. HEX triplet: 0A, AA and 56. RGB value is (10,170,86). Sum of RGB (Red+Green+Blue) = 10+170+86=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA56 is #F555A9. Grayscale: #707070. Windows color (decimal): -16078250 or 5679626. OLE color: 5679626.

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

Color convert

RGB 10 170 86 -
CMYK 0.94 0 0.49 0.33
HSL 148.5º 0.89% 0.35% -
HSV(B) 148.5º 0.94% 0.67% -
XYZ 16.18 29.49 13.64 -
YUV 112.58 112.99 54.83 -
System Red Green Blue C M Y K H S L
Decimal 10 170 86 0.94 0 0.49 0.33 148.5 0.89 0.35
Hex A AA 56 5E 0 31 21 94 59 23
Octal 12 252 126 136 0 61 41 224 131 43
Binary 1010 10101010 1010110 1011110 0 110001 100001 10010100 1011001 100011

Color Harmonies of #0AAA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA56

Black with #0AAA56

Text Example


Text Example

White with #0AAA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,170,86); }

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

background-color css

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

 a { background-color: rgb(10,170,86); }

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

border-color css

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

 span { border-color: rgb(10,170,86); }

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