Html Css Color HEX #12AF4F Pigment Green

📋 copy color: '#12AF4F'

red 18 ◦ green 175 ◦ blue 79

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

Shades of Pigment Green #12AF4F

Tints of Pigment Green #12AF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.04%

R = 6.62%
G = 64.34%
B = 29.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#12AF4F (or 0x12AF4F) is known color: Pigment Green. HEX triplet: 12, AF and 4F. RGB value is (18,175,79). Sum of RGB (Red+Green+Blue) = 18+175+79=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 175 (68.75% from 255 or 64.34% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF4F is #ED50B0. Grayscale: #757575. Windows color (decimal): -15552689 or 5222162. OLE color: 5222162.

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

Color convert

RGB 18 175 79 -
CMYK 0.90 0 0.55 0.31
HSL 143.31º 0.81% 0.38% -
HSV(B) 143.31º 0.9% 0.69% -
XYZ 16.99 31.35 12.55 -
YUV 117.11 106.49 57.31 -
System Red Green Blue C M Y K H S L
Decimal 18 175 79 0.90 0 0.55 0.31 143.31 0.81 0.38
Hex 12 AF 4F 5A 0 37 1F 8F 51 26
Octal 22 257 117 132 0 67 37 217 121 46
Binary 10010 10101111 1001111 1011010 0 110111 11111 10001111 1010001 100110

Color Harmonies of #12AF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF4F

Black with #12AF4F

Text Example


Text Example

White with #12AF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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