Html Css Color HEX #0AAA4B Pigment Green

📋 copy color: '#0AAA4B'

red 10 ◦ green 170 ◦ blue 75

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

Shades of Pigment Green #0AAA4B

Tints of Pigment Green #0AAA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.41%

R = 3.92%
G = 66.67%
B = 29.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#0AAA4B (or 0x0AAA4B) is known color: Pigment Green. HEX triplet: 0A, AA and 4B. RGB value is (10,170,75). Sum of RGB (Red+Green+Blue) = 10+170+75=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 170 (66.80% from 255 or 66.67% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA4B is #F555B4. Grayscale: #6F6F6F. Windows color (decimal): -16078261 or 4958730. OLE color: 4958730.

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

Color convert

RGB 10 170 75 -
CMYK 0.94 0 0.56 0.33
HSL 144.38º 0.89% 0.35% -
HSV(B) 144.38º 0.94% 0.67% -
XYZ 15.77 29.32 11.49 -
YUV 111.33 107.49 55.72 -
System Red Green Blue C M Y K H S L
Decimal 10 170 75 0.94 0 0.56 0.33 144.38 0.89 0.35
Hex A AA 4B 5E 0 38 21 90 59 23
Octal 12 252 113 136 0 70 41 220 131 43
Binary 1010 10101010 1001011 1011110 0 111000 100001 10010000 1011001 100011

Color Harmonies of #0AAA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA4B

Black with #0AAA4B

Text Example


Text Example

White with #0AAA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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