Html Css Color HEX #12A23A Pigment Green

📋 copy color: '#12A23A'

red 18 ◦ green 162 ◦ blue 58

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

Shades of Pigment Green #12A23A

Tints of Pigment Green #12A23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.37%

R = 7.56%
G = 68.07%
B = 24.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#12A23A (or 0x12A23A) is known color: Pigment Green. HEX triplet: 12, A2 and 3A. RGB value is (18,162,58). Sum of RGB (Red+Green+Blue) = 18+162+58=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 162 (63.67% from 255 or 68.07% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 162 - color contains mainly: green. Hex color #12A23A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A23A is #ED5DC5. Grayscale: #6B6B6B. Windows color (decimal): -15556038 or 3842578. OLE color: 3842578.

HSL color Cylindrical-coordinate representation of color #12A23A: hue angle of 136.67º 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 #12A23A is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 162 58 -
CMYK 0.89 0 0.64 0.36
HSL 136.67º 0.8% 0.35% -
HSV(B) 136.67º 0.89% 0.64% -
XYZ 13.93 26.27 8.34 -
YUV 107.09 100.29 64.46 -
System Red Green Blue C M Y K H S L
Decimal 18 162 58 0.89 0 0.64 0.36 136.67 0.8 0.35
Hex 12 A2 3A 59 0 40 24 89 50 23
Octal 22 242 72 131 0 100 44 211 120 43
Binary 10010 10100010 111010 1011001 0 1000000 100100 10001001 1010000 100011

Color Harmonies of #12A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A23A

Black with #12A23A

Text Example


Text Example

White with #12A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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