Html Css Color HEX #12B471 Jade

📋 copy color: '#12B471'

red 18 ◦ green 180 ◦ blue 113

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

Shades of Jade #12B471

Tints of Jade #12B471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 5.79%
G = 57.88%
B = 36.33%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#12B471 (or 0x12B471) is known color: Jade. HEX triplet: 12, B4 and 71. RGB value is (18,180,113). Sum of RGB (Red+Green+Blue) = 18+180+113=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 180 (70.70% from 255 or 57.88% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 180 - color contains mainly: green. Hex color #12B471 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B471 is #ED4B8E. Grayscale: #7C7C7C. Windows color (decimal): -15551375 or 7451666. OLE color: 7451666.

HSL color Cylindrical-coordinate representation of color #12B471: hue angle of 155.19º 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 #12B471 is Cyan = 0.9, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 180 113 -
CMYK 0.9 0 0.37 0.29
HSL 155.19º 0.82% 0.39% -
HSV(B) 155.19º 0.9% 0.71% -
XYZ 19.55 33.96 21.15 -
YUV 123.92 121.83 52.45 -
System Red Green Blue C M Y K H S L
Decimal 18 180 113 0.9 0 0.37 0.29 155.19 0.82 0.39
Hex 12 B4 71 5A 0 25 1D 9B 52 27
Octal 22 264 161 132 0 45 35 233 122 47
Binary 10010 10110100 1110001 1011010 0 100101 11101 10011011 1010010 100111

Color Harmonies of #12B471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B471

Black with #12B471

Text Example


Text Example

White with #12B471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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