Html Css Color HEX #00AA6C Jade

📋 copy color: '#00AA6C'

red 0 ◦ green 170 ◦ blue 108

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

Shades of Jade #00AA6C

Tints of Jade #00AA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.85%

R = 0%
G = 61.15%
B = 38.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#00AA6C (or 0x00AA6C) is known color: Jade. HEX triplet: 00, AA and 6C. RGB value is (0,170,108). Sum of RGB (Red+Green+Blue) = 0+170+108=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 170 (66.80% from 255 or 61.15% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AA6C is #FF5593. Grayscale: #707070. Windows color (decimal): -16733588 or 7121408. OLE color: 7121408.

HSL color Cylindrical-coordinate representation of color #00AA6C: hue angle of 158.12º 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 #00AA6C is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 170 108 -
CMYK 1 0 0.36 0.33
HSL 158.12º 1% 0.33% -
HSV(B) 158.12º 1% 0.67% -
XYZ 17.08 29.83 19.05 -
YUV 112.1 125.68 48.04 -
System Red Green Blue C M Y K H S L
Decimal 0 170 108 1 0 0.36 0.33 158.12 1 0.33
Hex 0 AA 6C 64 0 24 21 9E 64 21
Octal 0 252 154 144 0 44 41 236 144 41
Binary 0 10101010 1101100 1100100 0 100100 100001 10011110 1100100 100001

Color Harmonies of #00AA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AA6C

Black with #00AA6C

Text Example


Text Example

White with #00AA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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