Html Css Color HEX #12B765 Jade

📋 copy color: '#12B765'

red 18 ◦ green 183 ◦ blue 101

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

Shades of Jade #12B765

Tints of Jade #12B765

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.6%

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 5.96%
G = 60.6%
B = 33.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#12B765 (or 0x12B765) is known color: Jade. HEX triplet: 12, B7 and 65. RGB value is (18,183,101). Sum of RGB (Red+Green+Blue) = 18+183+101=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 183 (71.88% from 255 or 60.60% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 183 - color contains mainly: green. Hex color #12B765 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B765 is #ED489A. Grayscale: #7C7C7C. Windows color (decimal): -15550619 or 6666002. OLE color: 6666002.

HSL color Cylindrical-coordinate representation of color #12B765: hue angle of 150.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B765 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 183 101 -
CMYK 0.90 0 0.45 0.28
HSL 150.18º 0.82% 0.39% -
HSV(B) 150.18º 0.9% 0.72% -
XYZ 19.53 34.94 18.03 -
YUV 124.32 114.84 52.17 -
System Red Green Blue C M Y K H S L
Decimal 18 183 101 0.90 0 0.45 0.28 150.18 0.82 0.39
Hex 12 B7 65 5A 0 2D 1C 96 52 27
Octal 22 267 145 132 0 55 34 226 122 47
Binary 10010 10110111 1100101 1011010 0 101101 11100 10010110 1010010 100111

Color Harmonies of #12B765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B765

Black with #12B765

Text Example


Text Example

White with #12B765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,183,101); }

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

background-color css

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

 a { background-color: rgb(18,183,101); }

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

border-color css

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

 span { border-color: rgb(18,183,101); }

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