Html Css Color HEX #10A46F Jade

📋 copy color: '#10A46F'

red 16 ◦ green 164 ◦ blue 111

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

Shades of Jade #10A46F

Tints of Jade #10A46F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.36%

 BLUE value IS 111 (43.75% from 255) = 38.14%

R = 5.5%
G = 56.36%
B = 38.14%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#10A46F (or 0x10A46F) is known color: Jade. HEX triplet: 10, A4 and 6F. RGB value is (16,164,111). Sum of RGB (Red+Green+Blue) = 16+164+111=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 164 (64.45% from 255 or 56.36% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 164 - color contains mainly: green. Hex color #10A46F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A46F is #EF5B90. Grayscale: #717171. Windows color (decimal): -15686545 or 7316496. OLE color: 7316496.

HSL color Cylindrical-coordinate representation of color #10A46F: hue angle of 158.51º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A46F is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 164 111 -
CMYK 0.90 0 0.32 0.36
HSL 158.51º 0.82% 0.35% -
HSV(B) 158.51º 0.9% 0.64% -
XYZ 16.36 27.81 19.54 -
YUV 113.71 126.47 58.31 -
System Red Green Blue C M Y K H S L
Decimal 16 164 111 0.90 0 0.32 0.36 158.51 0.82 0.35
Hex 10 A4 6F 5A 0 20 24 9F 52 23
Octal 20 244 157 132 0 40 44 237 122 43
Binary 10000 10100100 1101111 1011010 0 100000 100100 10011111 1010010 100011

Color Harmonies of #10A46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A46F

Black with #10A46F

Text Example


Text Example

White with #10A46F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,164,111); }

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

background-color css

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

 a { background-color: rgb(16,164,111); }

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

border-color css

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

 span { border-color: rgb(16,164,111); }

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