Html Css Color HEX #12A81D Forest Green

📋 copy color: '#12A81D'

red 18 ◦ green 168 ◦ blue 29

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

Shades of Forest Green #12A81D

Tints of Forest Green #12A81D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 78.14%

 BLUE value IS 29 (11.72% from 255) = 13.49%

R = 8.37%
G = 78.14%
B = 13.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#12A81D (or 0x12A81D) is known color: Forest Green. HEX triplet: 12, A8 and 1D. RGB value is (18,168,29). Sum of RGB (Red+Green+Blue) = 18+168+29=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 168 (66.02% from 255 or 78.14% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 168 - color contains mainly: green. Hex color #12A81D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A81D is #ED57E2. Grayscale: #6B6B6B. Windows color (decimal): -15554531 or 1943570. OLE color: 1943570.

HSL color Cylindrical-coordinate representation of color #12A81D: hue angle of 124.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A81D is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 168 29 -
CMYK 0.89 0 0.83 0.34
HSL 124.4º 0.81% 0.36% -
HSV(B) 124.4º 0.89% 0.66% -
XYZ 14.47 28.22 5.85 -
YUV 107.3 83.81 64.3 -
System Red Green Blue C M Y K H S L
Decimal 18 168 29 0.89 0 0.83 0.34 124.4 0.81 0.36
Hex 12 A8 1D 59 0 53 22 7C 51 24
Octal 22 250 35 131 0 123 42 174 121 44
Binary 10010 10101000 11101 1011001 0 1010011 100010 1111100 1010001 100100

Color Harmonies of #12A81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A81D

Black with #12A81D

Text Example


Text Example

White with #12A81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,168,29); }

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

background-color css

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

 a { background-color: rgb(18,168,29); }

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

border-color css

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

 span { border-color: rgb(18,168,29); }

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