Html Css Color HEX #12A26E Jade

📋 copy color: '#12A26E'

red 18 ◦ green 162 ◦ blue 110

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

Shades of Jade #12A26E

Tints of Jade #12A26E

RGB

 RED value IS 18 (7.42% from 255) = 6.21%

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

 BLUE value IS 110 (43.36% from 255) = 37.93%

R = 6.21%
G = 55.86%
B = 37.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#12A26E (or 0x12A26E) is known color: Jade. HEX triplet: 12, A2 and 6E. RGB value is (18,162,110). Sum of RGB (Red+Green+Blue) = 18+162+110=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #12A26E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A26E is #ED5D91. Grayscale: #717171. Windows color (decimal): -15555986 or 7250450. OLE color: 7250450.

HSL color Cylindrical-coordinate representation of color #12A26E: hue angle of 158.33º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A26E is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 162 110 -
CMYK 0.89 0 0.32 0.36
HSL 158.33º 0.8% 0.35% -
HSV(B) 158.33º 0.89% 0.64% -
XYZ 15.98 27.1 19.14 -
YUV 113.02 126.29 60.23 -
System Red Green Blue C M Y K H S L
Decimal 18 162 110 0.89 0 0.32 0.36 158.33 0.8 0.35
Hex 12 A2 6E 59 0 20 24 9E 50 23
Octal 22 242 156 131 0 40 44 236 120 43
Binary 10010 10100010 1101110 1011001 0 100000 100100 10011110 1010000 100011

Color Harmonies of #12A26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A26E

Black with #12A26E

Text Example


Text Example

White with #12A26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A26E; }

 p { color: rgb(18,162,110); }

 H1.HeaderClassName
 {
   color: #12A26E;
 }
 .AnyTagClassName
 {
   color: #12A26E;
 }
</style>

background-color css

<style>
 a { background-color: #12A26E; }

 a { background-color: rgb(18,162,110); }

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

border-color css

<style>
 span { border-color: #12A26E; }

 span { border-color: rgb(18,162,110); }

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