Html Css Color HEX #12AB1B Forest Green

📋 copy color: '#12AB1B'

red 18 ◦ green 171 ◦ blue 27

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

Shades of Forest Green #12AB1B

Tints of Forest Green #12AB1B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 79.17%

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

R = 8.33%
G = 79.17%
B = 12.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#12AB1B (or 0x12AB1B) is known color: Forest Green. HEX triplet: 12, AB and 1B. RGB value is (18,171,27). Sum of RGB (Red+Green+Blue) = 18+171+27=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 171 (67.19% from 255 or 79.17% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB1B is #ED54E4. Grayscale: #6D6D6D. Windows color (decimal): -15553765 or 1813266. OLE color: 1813266.

HSL color Cylindrical-coordinate representation of color #12AB1B: hue angle of 123.53º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB1B is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 27 -
CMYK 0.89 0 0.84 0.33
HSL 123.53º 0.81% 0.37% -
HSV(B) 123.53º 0.89% 0.67% -
XYZ 15.01 29.33 5.91 -
YUV 108.84 81.81 63.21 -
System Red Green Blue C M Y K H S L
Decimal 18 171 27 0.89 0 0.84 0.33 123.53 0.81 0.37
Hex 12 AB 1B 59 0 54 21 7C 51 25
Octal 22 253 33 131 0 124 41 174 121 45
Binary 10010 10101011 11011 1011001 0 1010100 100001 1111100 1010001 100101

Color Harmonies of #12AB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB1B

Black with #12AB1B

Text Example


Text Example

White with #12AB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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