Html Css Color HEX #12AE4D Pigment Green

📋 copy color: '#12AE4D'

red 18 ◦ green 174 ◦ blue 77

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

Shades of Pigment Green #12AE4D

Tints of Pigment Green #12AE4D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 64.68%

 BLUE value IS 77 (30.47% from 255) = 28.62%

R = 6.69%
G = 64.68%
B = 28.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#12AE4D (or 0x12AE4D) is known color: Pigment Green. HEX triplet: 12, AE and 4D. RGB value is (18,174,77). Sum of RGB (Red+Green+Blue) = 18+174+77=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 174 (68.36% from 255 or 64.68% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 174 - color contains mainly: green. Hex color #12AE4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AE4D is #ED51B2. Grayscale: #747474. Windows color (decimal): -15552947 or 5090834. OLE color: 5090834.

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

Color convert

RGB 18 174 77 -
CMYK 0.90 0 0.56 0.32
HSL 142.69º 0.81% 0.38% -
HSV(B) 142.69º 0.9% 0.68% -
XYZ 16.73 30.94 12.11 -
YUV 116.3 105.82 57.89 -
System Red Green Blue C M Y K H S L
Decimal 18 174 77 0.90 0 0.56 0.32 142.69 0.81 0.38
Hex 12 AE 4D 5A 0 38 20 8F 51 26
Octal 22 256 115 132 0 70 40 217 121 46
Binary 10010 10101110 1001101 1011010 0 111000 100000 10001111 1010001 100110

Color Harmonies of #12AE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AE4D

Black with #12AE4D

Text Example


Text Example

White with #12AE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,174,77); }

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

background-color css

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

 a { background-color: rgb(18,174,77); }

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

border-color css

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

 span { border-color: rgb(18,174,77); }

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