Html Css Color HEX #12A565 Jade

📋 copy color: '#12A565'

red 18 ◦ green 165 ◦ blue 101

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

Shades of Jade #12A565

Tints of Jade #12A565

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.1%

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

R = 6.34%
G = 58.1%
B = 35.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#12A565 (or 0x12A565) is known color: Jade. HEX triplet: 12, A5 and 65. RGB value is (18,165,101). Sum of RGB (Red+Green+Blue) = 18+165+101=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 165 (64.84% from 255 or 58.10% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 165 - color contains mainly: green. Hex color #12A565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A565 is #ED5A9A. Grayscale: #717171. Windows color (decimal): -15555227 or 6661394. OLE color: 6661394.

HSL color Cylindrical-coordinate representation of color #12A565: hue angle of 153.88º degrees, saturation: 0.8, 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 #12A565 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 165 101 -
CMYK 0.89 0 0.39 0.35
HSL 153.88º 0.8% 0.36% -
HSV(B) 153.88º 0.89% 0.65% -
XYZ 16.05 27.98 16.87 -
YUV 113.75 120.8 59.7 -
System Red Green Blue C M Y K H S L
Decimal 18 165 101 0.89 0 0.39 0.35 153.88 0.8 0.36
Hex 12 A5 65 59 0 27 23 9A 50 24
Octal 22 245 145 131 0 47 43 232 120 44
Binary 10010 10100101 1100101 1011001 0 100111 100011 10011010 1010000 100100

Color Harmonies of #12A565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A565

Black with #12A565

Text Example


Text Example

White with #12A565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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