Html Css Color HEX #12A23B Pigment Green

📋 copy color: '#12A23B'

red 18 ◦ green 162 ◦ blue 59

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

Shades of Pigment Green #12A23B

Tints of Pigment Green #12A23B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 7.53%
G = 67.78%
B = 24.69%

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

#12A23B (or 0x12A23B) is known color: Pigment Green. HEX triplet: 12, A2 and 3B. RGB value is (18,162,59). Sum of RGB (Red+Green+Blue) = 18+162+59=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 162 (63.67% from 255 or 67.78% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 162 - color contains mainly: green. Hex color #12A23B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A23B is #ED5DC4. Grayscale: #6B6B6B. Windows color (decimal): -15556037 or 3908114. OLE color: 3908114.

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

Color convert

RGB 18 162 59 -
CMYK 0.89 0 0.64 0.36
HSL 137.08º 0.8% 0.35% -
HSV(B) 137.08º 0.89% 0.64% -
XYZ 13.96 26.29 8.48 -
YUV 107.2 100.79 64.38 -
System Red Green Blue C M Y K H S L
Decimal 18 162 59 0.89 0 0.64 0.36 137.08 0.8 0.35
Hex 12 A2 3B 59 0 40 24 89 50 23
Octal 22 242 73 131 0 100 44 211 120 43
Binary 10010 10100010 111011 1011001 0 1000000 100100 10001001 1010000 100011

Color Harmonies of #12A23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A23B

Black with #12A23B

Text Example


Text Example

White with #12A23B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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