Html Css Color HEX #0AAA48 Pigment Green

📋 copy color: '#0AAA48'

red 10 ◦ green 170 ◦ blue 72

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

Shades of Pigment Green #0AAA48

Tints of Pigment Green #0AAA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.57%

R = 3.97%
G = 67.46%
B = 28.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#0AAA48 (or 0x0AAA48) is known color: Pigment Green. HEX triplet: 0A, AA and 48. RGB value is (10,170,72). Sum of RGB (Red+Green+Blue) = 10+170+72=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 170 (66.80% from 255 or 67.46% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA48 is #F555B7. Grayscale: #6F6F6F. Windows color (decimal): -16078264 or 4762122. OLE color: 4762122.

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

Color convert

RGB 10 170 72 -
CMYK 0.94 0 0.58 0.33
HSL 143.25º 0.89% 0.35% -
HSV(B) 143.25º 0.94% 0.67% -
XYZ 15.67 29.28 10.96 -
YUV 110.99 105.99 55.97 -
System Red Green Blue C M Y K H S L
Decimal 10 170 72 0.94 0 0.58 0.33 143.25 0.89 0.35
Hex A AA 48 5E 0 3A 21 8F 59 23
Octal 12 252 110 136 0 72 41 217 131 43
Binary 1010 10101010 1001000 1011110 0 111010 100001 10001111 1011001 100011

Color Harmonies of #0AAA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA48

Black with #0AAA48

Text Example


Text Example

White with #0AAA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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