Html Css Color HEX #00AC6C Jade

📋 copy color: '#00AC6C'

red 0 ◦ green 172 ◦ blue 108

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

Shades of Jade #00AC6C

Tints of Jade #00AC6C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 61.43%

 BLUE value IS 108 (42.58% from 255) = 38.57%

R = 0%
G = 61.43%
B = 38.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#00AC6C (or 0x00AC6C) is known color: Jade. HEX triplet: 00, AC and 6C. RGB value is (0,172,108). Sum of RGB (Red+Green+Blue) = 0+172+108=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #00AC6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AC6C is #FF5393. Grayscale: #717171. Windows color (decimal): -16733076 or 7121920. OLE color: 7121920.

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

Color convert

RGB 0 172 108 -
CMYK 1 0 0.37 0.33
HSL 157.67º 1% 0.34% -
HSV(B) 157.67º 1% 0.67% -
XYZ 17.46 30.59 19.17 -
YUV 113.28 125.02 47.2 -
System Red Green Blue C M Y K H S L
Decimal 0 172 108 1 0 0.37 0.33 157.67 1 0.34
Hex 0 AC 6C 64 0 25 21 9E 64 22
Octal 0 254 154 144 0 45 41 236 144 42
Binary 0 10101100 1101100 1100100 0 100101 100001 10011110 1100100 100010

Color Harmonies of #00AC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AC6C

Black with #00AC6C

Text Example


Text Example

White with #00AC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,172,108); }

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

background-color css

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

 a { background-color: rgb(0,172,108); }

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

border-color css

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

 span { border-color: rgb(0,172,108); }

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