Html Css Color HEX #10A268 Jade

📋 copy color: '#10A268'

red 16 ◦ green 162 ◦ blue 104

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

Shades of Jade #10A268

Tints of Jade #10A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 57.45%

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 5.67%
G = 57.45%
B = 36.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#10A268 (or 0x10A268) is known color: Jade. HEX triplet: 10, A2 and 68. RGB value is (16,162,104). Sum of RGB (Red+Green+Blue) = 16+162+104=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #10A268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A268 is #EF5D97. Grayscale: #6F6F6F. Windows color (decimal): -15687064 or 6857232. OLE color: 6857232.

HSL color Cylindrical-coordinate representation of color #10A268: hue angle of 156.16º 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 #10A268 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 162 104 -
CMYK 0.90 0 0.36 0.36
HSL 156.16º 0.82% 0.35% -
HSV(B) 156.16º 0.9% 0.64% -
XYZ 15.63 26.95 17.47 -
YUV 111.73 123.63 59.72 -
System Red Green Blue C M Y K H S L
Decimal 16 162 104 0.90 0 0.36 0.36 156.16 0.82 0.35
Hex 10 A2 68 5A 0 24 24 9C 52 23
Octal 20 242 150 132 0 44 44 234 122 43
Binary 10000 10100010 1101000 1011010 0 100100 100100 10011100 1010010 100011

Color Harmonies of #10A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A268

Black with #10A268

Text Example


Text Example

White with #10A268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,162,104); }

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

background-color css

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

 a { background-color: rgb(16,162,104); }

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

border-color css

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

 span { border-color: rgb(16,162,104); }

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