Html Css Color HEX #00AA75 Jade

📋 copy color: '#00AA75'

red 0 ◦ green 170 ◦ blue 117

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

Shades of Jade #00AA75

Tints of Jade #00AA75

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 117 (46.09% from 255) = 40.77%

R = 0%
G = 59.23%
B = 40.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#00AA75 (or 0x00AA75) is known color: Jade. HEX triplet: 00, AA and 75. RGB value is (0,170,117). Sum of RGB (Red+Green+Blue) = 0+170+117=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AA75 is #FF558A. Grayscale: #717171. Windows color (decimal): -16733579 or 7711232. OLE color: 7711232.

HSL color Cylindrical-coordinate representation of color #00AA75: hue angle of 161.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AA75 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 170 117 -
CMYK 1 0 0.31 0.33
HSL 161.29º 1% 0.33% -
HSV(B) 161.29º 1% 0.67% -
XYZ 17.59 30.03 21.7 -
YUV 113.13 130.18 47.31 -
System Red Green Blue C M Y K H S L
Decimal 0 170 117 1 0 0.31 0.33 161.29 1 0.33
Hex 0 AA 75 64 0 1F 21 A1 64 21
Octal 0 252 165 144 0 37 41 241 144 41
Binary 0 10101010 1110101 1100100 0 11111 100001 10100001 1100100 100001

Color Harmonies of #00AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AA75

Black with #00AA75

Text Example


Text Example

White with #00AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00AA75; }

 p { color: rgb(0,170,117); }

 H1.HeaderClassName
 {
   color: #00AA75;
 }
 .AnyTagClassName
 {
   color: #00AA75;
 }
</style>

background-color css

<style>
 a { background-color: #00AA75; }

 a { background-color: rgb(0,170,117); }

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

border-color css

<style>
 span { border-color: #00AA75; }

 span { border-color: rgb(0,170,117); }

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