Html Css Color HEX #00A975 Jade

📋 copy color: '#00A975'

red 0 ◦ green 169 ◦ blue 117

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

Shades of Jade #00A975

Tints of Jade #00A975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 59.09%

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

R = 0%
G = 59.09%
B = 40.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#00A975 (or 0x00A975) is known color: Jade. HEX triplet: 00, A9 and 75. RGB value is (0,169,117). Sum of RGB (Red+Green+Blue) = 0+169+117=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 169 (66.41% from 255 or 59.09% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 169 - color contains mainly: green. Hex color #00A975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A975 is #FF568A. Grayscale: #707070. Windows color (decimal): -16733835 or 7710976. OLE color: 7710976.

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

Color convert

RGB 0 169 117 -
CMYK 1 0 0.31 0.34
HSL 161.54º 1% 0.33% -
HSV(B) 161.54º 1% 0.66% -
XYZ 17.4 29.66 21.64 -
YUV 112.54 130.51 47.73 -
System Red Green Blue C M Y K H S L
Decimal 0 169 117 1 0 0.31 0.34 161.54 1 0.33
Hex 0 A9 75 64 0 1F 22 A2 64 21
Octal 0 251 165 144 0 37 42 242 144 41
Binary 0 10101001 1110101 1100100 0 11111 100010 10100010 1100100 100001

Color Harmonies of #00A975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A975

Black with #00A975

Text Example


Text Example

White with #00A975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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