Html Css Color HEX #12AF50 Pigment Green

📋 copy color: '#12AF50'

red 18 ◦ green 175 ◦ blue 80

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

Shades of Pigment Green #12AF50

Tints of Pigment Green #12AF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.3%

R = 6.59%
G = 64.1%
B = 29.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#12AF50 (or 0x12AF50) is known color: Pigment Green. HEX triplet: 12, AF and 50. RGB value is (18,175,80). Sum of RGB (Red+Green+Blue) = 18+175+80=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF50 is #ED50AF. Grayscale: #757575. Windows color (decimal): -15552688 or 5287698. OLE color: 5287698.

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

Color convert

RGB 18 175 80 -
CMYK 0.90 0 0.54 0.31
HSL 143.69º 0.81% 0.38% -
HSV(B) 143.69º 0.9% 0.69% -
XYZ 17.03 31.37 12.75 -
YUV 117.23 106.99 57.22 -
System Red Green Blue C M Y K H S L
Decimal 18 175 80 0.90 0 0.54 0.31 143.69 0.81 0.38
Hex 12 AF 50 5A 0 36 1F 90 51 26
Octal 22 257 120 132 0 66 37 220 121 46
Binary 10010 10101111 1010000 1011010 0 110110 11111 10010000 1010001 100110

Color Harmonies of #12AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF50

Black with #12AF50

Text Example


Text Example

White with #12AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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