Html Css Color HEX #0AAA42 Pigment Green

📋 copy color: '#0AAA42'

red 10 ◦ green 170 ◦ blue 66

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

Shades of Pigment Green #0AAA42

Tints of Pigment Green #0AAA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.83%

R = 4.07%
G = 69.11%
B = 26.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#0AAA42 (or 0x0AAA42) is known color: Pigment Green. HEX triplet: 0A, AA and 42. RGB value is (10,170,66). Sum of RGB (Red+Green+Blue) = 10+170+66=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 170 (66.80% from 255 or 69.11% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA42 is #F555BD. Grayscale: #6E6E6E. Windows color (decimal): -16078270 or 4368906. OLE color: 4368906.

HSL color Cylindrical-coordinate representation of color #0AAA42: hue angle of 141º 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 #0AAA42 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 170 66 -
CMYK 0.94 0 0.61 0.33
HSL 141º 0.89% 0.35% -
HSV(B) 141º 0.94% 0.67% -
XYZ 15.48 29.21 9.98 -
YUV 110.3 102.99 56.46 -
System Red Green Blue C M Y K H S L
Decimal 10 170 66 0.94 0 0.61 0.33 141 0.89 0.35
Hex A AA 42 5E 0 3D 21 8D 59 23
Octal 12 252 102 136 0 75 41 215 131 43
Binary 1010 10101010 1000010 1011110 0 111101 100001 10001101 1011001 100011

Color Harmonies of #0AAA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA42

Black with #0AAA42

Text Example


Text Example

White with #0AAA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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