Html Css Color HEX #00A370 Jade

📋 copy color: '#00A370'

red 0 ◦ green 163 ◦ blue 112

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

Shades of Jade #00A370

Tints of Jade #00A370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 59.27%

 BLUE value IS 112 (44.14% from 255) = 40.73%

R = 0%
G = 59.27%
B = 40.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#00A370 (or 0x00A370) is known color: Jade. HEX triplet: 00, A3 and 70. RGB value is (0,163,112). Sum of RGB (Red+Green+Blue) = 0+163+112=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 163 (64.06% from 255 or 59.27% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 163 - color contains mainly: green. Hex color #00A370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A370 is #FF5C8F. Grayscale: #6C6C6C. Windows color (decimal): -16735376 or 7381760. OLE color: 7381760.

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

Color convert

RGB 0 163 112 -
CMYK 1 0 0.31 0.36
HSL 161.23º 1% 0.32% -
HSV(B) 161.23º 1% 0.64% -
XYZ 16.02 27.36 19.77 -
YUV 108.45 130 50.65 -
System Red Green Blue C M Y K H S L
Decimal 0 163 112 1 0 0.31 0.36 161.23 1 0.32
Hex 0 A3 70 64 0 1F 24 A1 64 20
Octal 0 243 160 144 0 37 44 241 144 40
Binary 0 10100011 1110000 1100100 0 11111 100100 10100001 1100100 100000

Color Harmonies of #00A370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A370

Black with #00A370

Text Example


Text Example

White with #00A370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,163,112); }

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

background-color css

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

 a { background-color: rgb(0,163,112); }

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

border-color css

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

 span { border-color: rgb(0,163,112); }

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