Html Css Color HEX #10AE67 Jade

📋 copy color: '#10AE67'

red 16 ◦ green 174 ◦ blue 103

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

Shades of Jade #10AE67

Tints of Jade #10AE67

RGB

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

 GREEN value IS 174 (68.36% from 255) = 59.39%

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

R = 5.46%
G = 59.39%
B = 35.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#10AE67 (or 0x10AE67) is known color: Jade. HEX triplet: 10, AE and 67. RGB value is (16,174,103). Sum of RGB (Red+Green+Blue) = 16+174+103=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 174 (68.36% from 255 or 59.39% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AE67 is #EF5198. Grayscale: #767676. Windows color (decimal): -15683993 or 6794768. OLE color: 6794768.

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

Color convert

RGB 16 174 103 -
CMYK 0.91 0 0.41 0.32
HSL 153.04º 0.83% 0.37% -
HSV(B) 153.04º 0.91% 0.68% -
XYZ 17.8 31.36 17.95 -
YUV 118.66 119.15 54.77 -
System Red Green Blue C M Y K H S L
Decimal 16 174 103 0.91 0 0.41 0.32 153.04 0.83 0.37
Hex 10 AE 67 5B 0 29 20 99 53 25
Octal 20 256 147 133 0 51 40 231 123 45
Binary 10000 10101110 1100111 1011011 0 101001 100000 10011001 1010011 100101

Color Harmonies of #10AE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AE67

Black with #10AE67

Text Example


Text Example

White with #10AE67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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