Html Css Color HEX #12B66B Jade

📋 copy color: '#12B66B'

red 18 ◦ green 182 ◦ blue 107

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

Shades of Jade #12B66B

Tints of Jade #12B66B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 59.28%

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 5.86%
G = 59.28%
B = 34.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#12B66B (or 0x12B66B) is known color: Jade. HEX triplet: 12, B6 and 6B. RGB value is (18,182,107). Sum of RGB (Red+Green+Blue) = 18+182+107=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 182 (71.48% from 255 or 59.28% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 182 - color contains mainly: green. Hex color #12B66B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B66B is #ED4994. Grayscale: #7C7C7C. Windows color (decimal): -15550869 or 7058962. OLE color: 7058962.

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

Color convert

RGB 18 182 107 -
CMYK 0.90 0 0.41 0.29
HSL 152.56º 0.82% 0.39% -
HSV(B) 152.56º 0.9% 0.71% -
XYZ 19.63 34.65 19.56 -
YUV 124.41 118.17 52.1 -
System Red Green Blue C M Y K H S L
Decimal 18 182 107 0.90 0 0.41 0.29 152.56 0.82 0.39
Hex 12 B6 6B 5A 0 29 1D 99 52 27
Octal 22 266 153 132 0 51 35 231 122 47
Binary 10010 10110110 1101011 1011010 0 101001 11101 10011001 1010010 100111

Color Harmonies of #12B66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B66B

Black with #12B66B

Text Example


Text Example

White with #12B66B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,182,107); }

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

background-color css

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

 a { background-color: rgb(18,182,107); }

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

border-color css

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

 span { border-color: rgb(18,182,107); }

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