Html Css Color HEX #12A61B Forest Green

📋 copy color: '#12A61B'

red 18 ◦ green 166 ◦ blue 27

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

Shades of Forest Green #12A61B

Tints of Forest Green #12A61B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 78.67%

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

R = 8.53%
G = 78.67%
B = 12.8%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#12A61B (or 0x12A61B) is known color: Forest Green. HEX triplet: 12, A6 and 1B. RGB value is (18,166,27). Sum of RGB (Red+Green+Blue) = 18+166+27=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 166 (65.23% from 255 or 78.67% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 166 - color contains mainly: green. Hex color #12A61B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A61B is #ED59E4. Grayscale: #6A6A6A. Windows color (decimal): -15555045 or 1811986. OLE color: 1811986.

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

Color convert

RGB 18 166 27 -
CMYK 0.89 0 0.84 0.35
HSL 123.65º 0.8% 0.36% -
HSV(B) 123.65º 0.89% 0.65% -
XYZ 14.08 27.48 5.6 -
YUV 105.9 83.47 65.3 -
System Red Green Blue C M Y K H S L
Decimal 18 166 27 0.89 0 0.84 0.35 123.65 0.8 0.36
Hex 12 A6 1B 59 0 54 23 7C 50 24
Octal 22 246 33 131 0 124 43 174 120 44
Binary 10010 10100110 11011 1011001 0 1010100 100011 1111100 1010000 100100

Color Harmonies of #12A61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A61B

Black with #12A61B

Text Example


Text Example

White with #12A61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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