Html Css Color HEX #12B26E Jade

📋 copy color: '#12B26E'

red 18 ◦ green 178 ◦ blue 110

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

Shades of Jade #12B26E

Tints of Jade #12B26E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 58.17%

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

R = 5.88%
G = 58.17%
B = 35.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#12B26E (or 0x12B26E) is known color: Jade. HEX triplet: 12, B2 and 6E. RGB value is (18,178,110). Sum of RGB (Red+Green+Blue) = 18+178+110=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 178 (69.92% from 255 or 58.17% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 178 - color contains mainly: green. Hex color #12B26E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B26E is #ED4D91. Grayscale: #7A7A7A. Windows color (decimal): -15551890 or 7254546. OLE color: 7254546.

HSL color Cylindrical-coordinate representation of color #12B26E: hue angle of 154.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B26E is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 178 110 -
CMYK 0.90 0 0.38 0.30
HSL 154.5º 0.82% 0.38% -
HSV(B) 154.5º 0.9% 0.7% -
XYZ 18.98 33.1 20.14 -
YUV 122.41 120.99 53.53 -
System Red Green Blue C M Y K H S L
Decimal 18 178 110 0.90 0 0.38 0.30 154.5 0.82 0.38
Hex 12 B2 6E 5A 0 26 1E 9A 52 26
Octal 22 262 156 132 0 46 36 232 122 46
Binary 10010 10110010 1101110 1011010 0 100110 11110 10011010 1010010 100110

Color Harmonies of #12B26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B26E

Black with #12B26E

Text Example


Text Example

White with #12B26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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