Html Css Color HEX #12A765 Jade

📋 copy color: '#12A765'

red 18 ◦ green 167 ◦ blue 101

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

Shades of Jade #12A765

Tints of Jade #12A765

RGB

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

 GREEN value IS 167 (65.63% from 255) = 58.39%

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

R = 6.29%
G = 58.39%
B = 35.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#12A765 (or 0x12A765) is known color: Jade. HEX triplet: 12, A7 and 65. RGB value is (18,167,101). Sum of RGB (Red+Green+Blue) = 18+167+101=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 167 (65.62% from 255 or 58.39% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 167 - color contains mainly: green. Hex color #12A765 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A765 is #ED589A. Grayscale: #737373. Windows color (decimal): -15554715 or 6661906. OLE color: 6661906.

HSL color Cylindrical-coordinate representation of color #12A765: hue angle of 153.42º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A765 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 167 101 -
CMYK 0.89 0 0.40 0.35
HSL 153.42º 0.81% 0.36% -
HSV(B) 153.42º 0.89% 0.65% -
XYZ 16.42 28.71 16.99 -
YUV 114.93 120.14 58.87 -
System Red Green Blue C M Y K H S L
Decimal 18 167 101 0.89 0 0.40 0.35 153.42 0.81 0.36
Hex 12 A7 65 59 0 28 23 99 51 24
Octal 22 247 145 131 0 50 43 231 121 44
Binary 10010 10100111 1100101 1011001 0 101000 100011 10011001 1010001 100100

Color Harmonies of #12A765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A765

Black with #12A765

Text Example


Text Example

White with #12A765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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