Html Css Color HEX #10AD67 Jade

📋 copy color: '#10AD67'

red 16 ◦ green 173 ◦ blue 103

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

Shades of Jade #10AD67

Tints of Jade #10AD67

RGB

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

 GREEN value IS 173 (67.97% from 255) = 59.25%

 BLUE value IS 103 (40.63% from 255) = 35.27%

R = 5.48%
G = 59.25%
B = 35.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#10AD67 (or 0x10AD67) is known color: Jade. HEX triplet: 10, AD and 67. RGB value is (16,173,103). Sum of RGB (Red+Green+Blue) = 16+173+103=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 173 (67.97% from 255 or 59.25% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AD67 is #EF5298. Grayscale: #767676. Windows color (decimal): -15684249 or 6794512. OLE color: 6794512.

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

Color convert

RGB 16 173 103 -
CMYK 0.91 0 0.40 0.32
HSL 153.25º 0.83% 0.37% -
HSV(B) 153.25º 0.91% 0.68% -
XYZ 17.61 30.98 17.88 -
YUV 118.08 119.49 55.19 -
System Red Green Blue C M Y K H S L
Decimal 16 173 103 0.91 0 0.40 0.32 153.25 0.83 0.37
Hex 10 AD 67 5B 0 28 20 99 53 25
Octal 20 255 147 133 0 50 40 231 123 45
Binary 10000 10101101 1100111 1011011 0 101000 100000 10011001 1010011 100101

Color Harmonies of #10AD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD67

Black with #10AD67

Text Example


Text Example

White with #10AD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,173,103); }

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

background-color css

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

 a { background-color: rgb(16,173,103); }

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

border-color css

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

 span { border-color: rgb(16,173,103); }

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