Html Css Color HEX #00AA63 Jade

📋 copy color: '#00AA63'

red 0 ◦ green 170 ◦ blue 99

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

Shades of Jade #00AA63

Tints of Jade #00AA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.8%

R = 0%
G = 63.2%
B = 36.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#00AA63 (or 0x00AA63) is known color: Jade. HEX triplet: 00, AA and 63. RGB value is (0,170,99). Sum of RGB (Red+Green+Blue) = 0+170+99=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AA63 is #FF559C. Grayscale: #6F6F6F. Windows color (decimal): -16733597 or 6531584. OLE color: 6531584.

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

Color convert

RGB 0 170 99 -
CMYK 1 0 0.42 0.33
HSL 154.94º 1% 0.33% -
HSV(B) 154.94º 1% 0.67% -
XYZ 16.63 29.65 16.65 -
YUV 111.08 121.18 48.77 -
System Red Green Blue C M Y K H S L
Decimal 0 170 99 1 0 0.42 0.33 154.94 1 0.33
Hex 0 AA 63 64 0 2A 21 9B 64 21
Octal 0 252 143 144 0 52 41 233 144 41
Binary 0 10101010 1100011 1100100 0 101010 100001 10011011 1100100 100001

Color Harmonies of #00AA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AA63

Black with #00AA63

Text Example


Text Example

White with #00AA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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