Html Css Color HEX #12A42B Forest Green

📋 copy color: '#12A42B'

red 18 ◦ green 164 ◦ blue 43

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

Shades of Forest Green #12A42B

Tints of Forest Green #12A42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 72.89%

 BLUE value IS 43 (17.19% from 255) = 19.11%

R = 8%
G = 72.89%
B = 19.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#12A42B (or 0x12A42B) is known color: Forest Green. HEX triplet: 12, A4 and 2B. RGB value is (18,164,43). Sum of RGB (Red+Green+Blue) = 18+164+43=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 164 (64.45% from 255 or 72.89% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 164 - color contains mainly: green. Hex color #12A42B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A42B is #ED5BD4. Grayscale: #6A6A6A. Windows color (decimal): -15555541 or 2860050. OLE color: 2860050.

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

Color convert

RGB 18 164 43 -
CMYK 0.89 0 0.74 0.36
HSL 130.27º 0.8% 0.36% -
HSV(B) 130.27º 0.89% 0.64% -
XYZ 13.96 26.85 6.73 -
YUV 106.55 92.13 64.84 -
System Red Green Blue C M Y K H S L
Decimal 18 164 43 0.89 0 0.74 0.36 130.27 0.8 0.36
Hex 12 A4 2B 59 0 4A 24 82 50 24
Octal 22 244 53 131 0 112 44 202 120 44
Binary 10010 10100100 101011 1011001 0 1001010 100100 10000010 1010000 100100

Color Harmonies of #12A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A42B

Black with #12A42B

Text Example


Text Example

White with #12A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,164,43); }

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

background-color css

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

 a { background-color: rgb(18,164,43); }

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

border-color css

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

 span { border-color: rgb(18,164,43); }

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