Html Css Color HEX #12A21B Forest Green

📋 copy color: '#12A21B'

red 18 ◦ green 162 ◦ blue 27

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

Shades of Forest Green #12A21B

Tints of Forest Green #12A21B

RGB

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

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

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

R = 8.7%
G = 78.26%
B = 13.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#12A21B (or 0x12A21B) is known color: Forest Green. HEX triplet: 12, A2 and 1B. RGB value is (18,162,27). Sum of RGB (Red+Green+Blue) = 18+162+27=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 162 (63.67% from 255 or 78.26% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 162 - color contains mainly: green. Hex color #12A21B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A21B is #ED5DE4. Grayscale: #676767. Windows color (decimal): -15556069 or 1810962. OLE color: 1810962.

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

Color convert

RGB 18 162 27 -
CMYK 0.89 0 0.83 0.36
HSL 123.75º 0.8% 0.35% -
HSV(B) 123.75º 0.89% 0.64% -
XYZ 13.37 26.05 5.36 -
YUV 103.55 84.79 66.98 -
System Red Green Blue C M Y K H S L
Decimal 18 162 27 0.89 0 0.83 0.36 123.75 0.8 0.35
Hex 12 A2 1B 59 0 53 24 7C 50 23
Octal 22 242 33 131 0 123 44 174 120 43
Binary 10010 10100010 11011 1011001 0 1010011 100100 1111100 1010000 100011

Color Harmonies of #12A21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A21B

Black with #12A21B

Text Example


Text Example

White with #12A21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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