Html Css Color HEX #00A36F Jade

📋 copy color: '#00A36F'

red 0 ◦ green 163 ◦ blue 111

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

Shades of Jade #00A36F

Tints of Jade #00A36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 0%
G = 59.49%
B = 40.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#00A36F (or 0x00A36F) is known color: Jade. HEX triplet: 00, A3 and 6F. RGB value is (0,163,111). Sum of RGB (Red+Green+Blue) = 0+163+111=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 163 (64.06% from 255 or 59.49% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 163 - color contains mainly: green. Hex color #00A36F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A36F is #FF5C90. Grayscale: #6C6C6C. Windows color (decimal): -16735377 or 7316224. OLE color: 7316224.

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

Color convert

RGB 0 163 111 -
CMYK 1 0 0.32 0.36
HSL 160.86º 1% 0.32% -
HSV(B) 160.86º 1% 0.64% -
XYZ 15.97 27.34 19.47 -
YUV 108.34 129.5 50.73 -
System Red Green Blue C M Y K H S L
Decimal 0 163 111 1 0 0.32 0.36 160.86 1 0.32
Hex 0 A3 6F 64 0 20 24 A1 64 20
Octal 0 243 157 144 0 40 44 241 144 40
Binary 0 10100011 1101111 1100100 0 100000 100100 10100001 1100100 100000

Color Harmonies of #00A36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A36F

Black with #00A36F

Text Example


Text Example

White with #00A36F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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