Html Css Color HEX #12B468 Jade

📋 copy color: '#12B468'

red 18 ◦ green 180 ◦ blue 104

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

Shades of Jade #12B468

Tints of Jade #12B468

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.6%

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

R = 5.96%
G = 59.6%
B = 34.44%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#12B468 (or 0x12B468) is known color: Jade. HEX triplet: 12, B4 and 68. RGB value is (18,180,104). Sum of RGB (Red+Green+Blue) = 18+180+104=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 180 (70.70% from 255 or 59.60% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 180 - color contains mainly: green. Hex color #12B468 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B468 is #ED4B97. Grayscale: #7B7B7B. Windows color (decimal): -15551384 or 6861842. OLE color: 6861842.

HSL color Cylindrical-coordinate representation of color #12B468: hue angle of 151.85º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B468 is Cyan = 0.9, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 180 104 -
CMYK 0.9 0 0.42 0.29
HSL 151.85º 0.82% 0.39% -
HSV(B) 151.85º 0.9% 0.71% -
XYZ 19.07 33.77 18.61 -
YUV 122.9 117.33 53.18 -
System Red Green Blue C M Y K H S L
Decimal 18 180 104 0.9 0 0.42 0.29 151.85 0.82 0.39
Hex 12 B4 68 5A 0 2A 1D 98 52 27
Octal 22 264 150 132 0 52 35 230 122 47
Binary 10010 10110100 1101000 1011010 0 101010 11101 10011000 1010010 100111

Color Harmonies of #12B468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B468

Black with #12B468

Text Example


Text Example

White with #12B468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,180,104); }

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

background-color css

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

 a { background-color: rgb(18,180,104); }

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

border-color css

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

 span { border-color: rgb(18,180,104); }

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