Html Css Color HEX #00AC69 Jade

📋 copy color: '#00AC69'

red 0 ◦ green 172 ◦ blue 105

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

Shades of Jade #00AC69

Tints of Jade #00AC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.91%

R = 0%
G = 62.09%
B = 37.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#00AC69 (or 0x00AC69) is known color: Jade. HEX triplet: 00, AC and 69. RGB value is (0,172,105). Sum of RGB (Red+Green+Blue) = 0+172+105=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 172 (67.58% from 255 or 62.09% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 172 - color contains mainly: green. Hex color #00AC69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AC69 is #FF5396. Grayscale: #717171. Windows color (decimal): -16733079 or 6925312. OLE color: 6925312.

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

Color convert

RGB 0 172 105 -
CMYK 1 0 0.39 0.33
HSL 156.63º 1% 0.34% -
HSV(B) 156.63º 1% 0.67% -
XYZ 17.3 30.52 18.34 -
YUV 112.93 123.52 47.45 -
System Red Green Blue C M Y K H S L
Decimal 0 172 105 1 0 0.39 0.33 156.63 1 0.34
Hex 0 AC 69 64 0 27 21 9D 64 22
Octal 0 254 151 144 0 47 41 235 144 42
Binary 0 10101100 1101001 1100100 0 100111 100001 10011101 1100100 100010

Color Harmonies of #00AC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AC69

Black with #00AC69

Text Example


Text Example

White with #00AC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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