Html Css Color HEX #12A41B Forest Green

📋 copy color: '#12A41B'

red 18 ◦ green 164 ◦ blue 27

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

Shades of Forest Green #12A41B

Tints of Forest Green #12A41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.92%

R = 8.61%
G = 78.47%
B = 12.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#12A41B (or 0x12A41B) is known color: Forest Green. HEX triplet: 12, A4 and 1B. RGB value is (18,164,27). Sum of RGB (Red+Green+Blue) = 18+164+27=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 164 (64.45% from 255 or 78.47% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 164 - color contains mainly: green. Hex color #12A41B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A41B is #ED5BE4. Grayscale: #696969. Windows color (decimal): -15555557 or 1811474. OLE color: 1811474.

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

Color convert

RGB 18 164 27 -
CMYK 0.89 0 0.84 0.36
HSL 123.7º 0.8% 0.36% -
HSV(B) 123.7º 0.89% 0.64% -
XYZ 13.72 26.76 5.48 -
YUV 104.73 84.13 66.14 -
System Red Green Blue C M Y K H S L
Decimal 18 164 27 0.89 0 0.84 0.36 123.7 0.8 0.36
Hex 12 A4 1B 59 0 54 24 7C 50 24
Octal 22 244 33 131 0 124 44 174 120 44
Binary 10010 10100100 11011 1011001 0 1010100 100100 1111100 1010000 100100

Color Harmonies of #12A41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A41B

Black with #12A41B

Text Example


Text Example

White with #12A41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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