Html Css Color HEX #00AA62 Jade

📋 copy color: '#00AA62'

red 0 ◦ green 170 ◦ blue 98

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

Shades of Jade #00AA62

Tints of Jade #00AA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.57%

R = 0%
G = 63.43%
B = 36.57%

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

#00AA62 (or 0x00AA62) is known color: Jade. HEX triplet: 00, AA and 62. RGB value is (0,170,98). Sum of RGB (Red+Green+Blue) = 0+170+98=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AA62 is #FF559D. Grayscale: #6F6F6F. Windows color (decimal): -16733598 or 6466048. OLE color: 6466048.

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

Color convert

RGB 0 170 98 -
CMYK 1 0 0.42 0.33
HSL 154.59º 1% 0.33% -
HSV(B) 154.59º 1% 0.67% -
XYZ 16.58 29.63 16.4 -
YUV 110.96 120.68 48.85 -
System Red Green Blue C M Y K H S L
Decimal 0 170 98 1 0 0.42 0.33 154.59 1 0.33
Hex 0 AA 62 64 0 2A 21 9B 64 21
Octal 0 252 142 144 0 52 41 233 144 41
Binary 0 10101010 1100010 1100100 0 101010 100001 10011011 1100100 100001

Color Harmonies of #00AA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AA62

Black with #00AA62

Text Example


Text Example

White with #00AA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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