Html Css Color HEX #12A23E Pigment Green

📋 copy color: '#12A23E'

red 18 ◦ green 162 ◦ blue 62

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

Shades of Pigment Green #12A23E

Tints of Pigment Green #12A23E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 66.94%

 BLUE value IS 62 (24.61% from 255) = 25.62%

R = 7.44%
G = 66.94%
B = 25.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#12A23E (or 0x12A23E) is known color: Pigment Green. HEX triplet: 12, A2 and 3E. RGB value is (18,162,62). Sum of RGB (Red+Green+Blue) = 18+162+62=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 162 (63.67% from 255 or 66.94% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 162 - color contains mainly: green. Hex color #12A23E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A23E is #ED5DC1. Grayscale: #6B6B6B. Windows color (decimal): -15556034 or 4104722. OLE color: 4104722.

HSL color Cylindrical-coordinate representation of color #12A23E: hue angle of 138.33º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A23E is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 162 62 -
CMYK 0.89 0 0.62 0.36
HSL 138.33º 0.8% 0.35% -
HSV(B) 138.33º 0.89% 0.64% -
XYZ 14.04 26.32 8.9 -
YUV 107.54 102.29 64.13 -
System Red Green Blue C M Y K H S L
Decimal 18 162 62 0.89 0 0.62 0.36 138.33 0.8 0.35
Hex 12 A2 3E 59 0 3E 24 8A 50 23
Octal 22 242 76 131 0 76 44 212 120 43
Binary 10010 10100010 111110 1011001 0 111110 100100 10001010 1010000 100011

Color Harmonies of #12A23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A23E

Black with #12A23E

Text Example


Text Example

White with #12A23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,162,62); }

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

background-color css

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

 a { background-color: rgb(18,162,62); }

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

border-color css

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

 span { border-color: rgb(18,162,62); }

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