Html Css Color HEX #12AF5A Pigment Green

📋 copy color: '#12AF5A'

red 18 ◦ green 175 ◦ blue 90

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

Shades of Pigment Green #12AF5A

Tints of Pigment Green #12AF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 6.36%
G = 61.84%
B = 31.8%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#12AF5A (or 0x12AF5A) is known color: Pigment Green. HEX triplet: 12, AF and 5A. RGB value is (18,175,90). Sum of RGB (Red+Green+Blue) = 18+175+90=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 175 (68.75% from 255 or 61.84% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF5A is #ED50A5. Grayscale: #767676. Windows color (decimal): -15552678 or 5943058. OLE color: 5943058.

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

Color convert

RGB 18 175 90 -
CMYK 0.90 0 0.49 0.31
HSL 147.52º 0.81% 0.38% -
HSV(B) 147.52º 0.9% 0.69% -
XYZ 17.42 31.53 14.84 -
YUV 118.37 111.99 56.41 -
System Red Green Blue C M Y K H S L
Decimal 18 175 90 0.90 0 0.49 0.31 147.52 0.81 0.38
Hex 12 AF 5A 5A 0 31 1F 94 51 26
Octal 22 257 132 132 0 61 37 224 121 46
Binary 10010 10101111 1011010 1011010 0 110001 11111 10010100 1010001 100110

Color Harmonies of #12AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF5A

Black with #12AF5A

Text Example


Text Example

White with #12AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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