Html Css Color HEX #10AB61 Jade

📋 copy color: '#10AB61'

red 16 ◦ green 171 ◦ blue 97

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

Shades of Jade #10AB61

Tints of Jade #10AB61

RGB

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

 GREEN value IS 171 (67.19% from 255) = 60.21%

 BLUE value IS 97 (38.28% from 255) = 34.15%

R = 5.63%
G = 60.21%
B = 34.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#10AB61 (or 0x10AB61) is known color: Jade. HEX triplet: 10, AB and 61. RGB value is (16,171,97). Sum of RGB (Red+Green+Blue) = 16+171+97=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 171 (67.19% from 255 or 60.21% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AB61 is #EF549E. Grayscale: #747474. Windows color (decimal): -15684767 or 6400784. OLE color: 6400784.

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

Color convert

RGB 16 171 97 -
CMYK 0.91 0 0.43 0.33
HSL 151.35º 0.83% 0.37% -
HSV(B) 151.35º 0.91% 0.67% -
XYZ 16.93 30.1 16.23 -
YUV 116.22 117.15 56.52 -
System Red Green Blue C M Y K H S L
Decimal 16 171 97 0.91 0 0.43 0.33 151.35 0.83 0.37
Hex 10 AB 61 5B 0 2B 21 97 53 25
Octal 20 253 141 133 0 53 41 227 123 45
Binary 10000 10101011 1100001 1011011 0 101011 100001 10010111 1010011 100101

Color Harmonies of #10AB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB61

Black with #10AB61

Text Example


Text Example

White with #10AB61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,171,97); }

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

background-color css

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

 a { background-color: rgb(16,171,97); }

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

border-color css

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

 span { border-color: rgb(16,171,97); }

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