Html Css Color HEX #10AF66 Jade

📋 copy color: '#10AF66'

red 16 ◦ green 175 ◦ blue 102

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

Shades of Jade #10AF66

Tints of Jade #10AF66

RGB

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

 GREEN value IS 175 (68.75% from 255) = 59.73%

 BLUE value IS 102 (40.23% from 255) = 34.81%

R = 5.46%
G = 59.73%
B = 34.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#10AF66 (or 0x10AF66) is known color: Jade. HEX triplet: 10, AF and 66. RGB value is (16,175,102). Sum of RGB (Red+Green+Blue) = 16+175+102=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 175 (68.75% from 255 or 59.73% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AF66 is #EF5099. Grayscale: #777777. Windows color (decimal): -15683738 or 6729488. OLE color: 6729488.

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

Color convert

RGB 16 175 102 -
CMYK 0.91 0 0.42 0.31
HSL 152.45º 0.83% 0.37% -
HSV(B) 152.45º 0.91% 0.69% -
XYZ 17.94 31.73 17.75 -
YUV 119.14 118.32 54.44 -
System Red Green Blue C M Y K H S L
Decimal 16 175 102 0.91 0 0.42 0.31 152.45 0.83 0.37
Hex 10 AF 66 5B 0 2A 1F 98 53 25
Octal 20 257 146 133 0 52 37 230 123 45
Binary 10000 10101111 1100110 1011011 0 101010 11111 10011000 1010011 100101

Color Harmonies of #10AF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF66

Black with #10AF66

Text Example


Text Example

White with #10AF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,175,102); }

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

background-color css

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

 a { background-color: rgb(16,175,102); }

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

border-color css

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

 span { border-color: rgb(16,175,102); }

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