Html Css Color HEX #10AC64 Jade

📋 copy color: '#10AC64'

red 16 ◦ green 172 ◦ blue 100

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

Shades of Jade #10AC64

Tints of Jade #10AC64

RGB

 RED value IS 16 (6.64% from 255) = 5.56%

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

 BLUE value IS 100 (39.45% from 255) = 34.72%

R = 5.56%
G = 59.72%
B = 34.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#10AC64 (or 0x10AC64) is known color: Jade. HEX triplet: 10, AC and 64. RGB value is (16,172,100). Sum of RGB (Red+Green+Blue) = 16+172+100=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 172 (67.58% from 255 or 59.72% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AC64 is #EF539B. Grayscale: #757575. Windows color (decimal): -15684508 or 6597648. OLE color: 6597648.

HSL color Cylindrical-coordinate representation of color #10AC64: hue angle of 152.31º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AC64 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 172 100 -
CMYK 0.91 0 0.42 0.33
HSL 152.31º 0.83% 0.37% -
HSV(B) 152.31º 0.91% 0.67% -
XYZ 17.27 30.54 17.04 -
YUV 117.15 118.32 55.85 -
System Red Green Blue C M Y K H S L
Decimal 16 172 100 0.91 0 0.42 0.33 152.31 0.83 0.37
Hex 10 AC 64 5B 0 2A 21 98 53 25
Octal 20 254 144 133 0 52 41 230 123 45
Binary 10000 10101100 1100100 1011011 0 101010 100001 10011000 1010011 100101

Color Harmonies of #10AC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC64

Black with #10AC64

Text Example


Text Example

White with #10AC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AC64; }

 p { color: rgb(16,172,100); }

 H1.HeaderClassName
 {
   color: #10AC64;
 }
 .AnyTagClassName
 {
   color: #10AC64;
 }
</style>

background-color css

<style>
 a { background-color: #10AC64; }

 a { background-color: rgb(16,172,100); }

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

border-color css

<style>
 span { border-color: #10AC64; }

 span { border-color: rgb(16,172,100); }

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