Html Css Color HEX #12AF64 Jade

📋 copy color: '#12AF64'

red 18 ◦ green 175 ◦ blue 100

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

Shades of Jade #12AF64

Tints of Jade #12AF64

RGB

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

 GREEN value IS 175 (68.75% from 255) = 59.73%

 BLUE value IS 100 (39.45% from 255) = 34.13%

R = 6.14%
G = 59.73%
B = 34.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#12AF64 (or 0x12AF64) is known color: Jade. HEX triplet: 12, AF and 64. RGB value is (18,175,100). Sum of RGB (Red+Green+Blue) = 18+175+100=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 175 (68.75% from 255 or 59.73% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF64 is #ED509B. Grayscale: #777777. Windows color (decimal): -15552668 or 6598418. OLE color: 6598418.

HSL color Cylindrical-coordinate representation of color #12AF64: hue angle of 151.34º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AF64 is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 175 100 -
CMYK 0.90 0 0.43 0.31
HSL 151.34º 0.81% 0.38% -
HSV(B) 151.34º 0.9% 0.69% -
XYZ 17.88 31.71 17.23 -
YUV 119.51 116.99 55.6 -
System Red Green Blue C M Y K H S L
Decimal 18 175 100 0.90 0 0.43 0.31 151.34 0.81 0.38
Hex 12 AF 64 5A 0 2B 1F 97 51 26
Octal 22 257 144 132 0 53 37 227 121 46
Binary 10010 10101111 1100100 1011010 0 101011 11111 10010111 1010001 100110

Color Harmonies of #12AF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF64

Black with #12AF64

Text Example


Text Example

White with #12AF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,175,100); }

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

background-color css

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

 a { background-color: rgb(18,175,100); }

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

border-color css

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

 span { border-color: rgb(18,175,100); }

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