Html Css Color HEX #10A965 Jade

📋 copy color: '#10A965'

red 16 ◦ green 169 ◦ blue 101

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

Shades of Jade #10A965

Tints of Jade #10A965

RGB

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

 GREEN value IS 169 (66.41% from 255) = 59.09%

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

R = 5.59%
G = 59.09%
B = 35.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#10A965 (or 0x10A965) is known color: Jade. HEX triplet: 10, A9 and 65. RGB value is (16,169,101). Sum of RGB (Red+Green+Blue) = 16+169+101=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 169 (66.41% from 255 or 59.09% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 169 - color contains mainly: green. Hex color #10A965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A965 is #EF569A. Grayscale: #737373. Windows color (decimal): -15685275 or 6662416. OLE color: 6662416.

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

Color convert

RGB 16 169 101 -
CMYK 0.91 0 0.40 0.34
HSL 153.33º 0.83% 0.36% -
HSV(B) 153.33º 0.91% 0.66% -
XYZ 16.75 29.43 17.11 -
YUV 115.5 119.81 57.03 -
System Red Green Blue C M Y K H S L
Decimal 16 169 101 0.91 0 0.40 0.34 153.33 0.83 0.36
Hex 10 A9 65 5B 0 28 22 99 53 24
Octal 20 251 145 133 0 50 42 231 123 44
Binary 10000 10101001 1100101 1011011 0 101000 100010 10011001 1010011 100100

Color Harmonies of #10A965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A965

Black with #10A965

Text Example


Text Example

White with #10A965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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