Html Css Color HEX #10AC65 Jade

📋 copy color: '#10AC65'

red 16 ◦ green 172 ◦ blue 101

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

Shades of Jade #10AC65

Tints of Jade #10AC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 5.54%
G = 59.52%
B = 34.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#10AC65 (or 0x10AC65) is known color: Jade. HEX triplet: 10, AC and 65. RGB value is (16,172,101). Sum of RGB (Red+Green+Blue) = 16+172+101=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 172 (67.58% from 255 or 59.52% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AC65 is #EF539A. Grayscale: #757575. Windows color (decimal): -15684507 or 6663184. OLE color: 6663184.

HSL color Cylindrical-coordinate representation of color #10AC65: hue angle of 152.69º 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 #10AC65 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 172 101 -
CMYK 0.91 0 0.41 0.33
HSL 152.69º 0.83% 0.37% -
HSV(B) 152.69º 0.91% 0.67% -
XYZ 17.32 30.55 17.3 -
YUV 117.26 118.82 55.77 -
System Red Green Blue C M Y K H S L
Decimal 16 172 101 0.91 0 0.41 0.33 152.69 0.83 0.37
Hex 10 AC 65 5B 0 29 21 99 53 25
Octal 20 254 145 133 0 51 41 231 123 45
Binary 10000 10101100 1100101 1011011 0 101001 100001 10011001 1010011 100101

Color Harmonies of #10AC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC65

Black with #10AC65

Text Example


Text Example

White with #10AC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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