Html Css Color HEX #12A826 Forest Green

📋 copy color: '#12A826'

red 18 ◦ green 168 ◦ blue 38

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

Shades of Forest Green #12A826

Tints of Forest Green #12A826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.96%

R = 8.04%
G = 75%
B = 16.96%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#12A826 (or 0x12A826) is known color: Forest Green. HEX triplet: 12, A8 and 26. RGB value is (18,168,38). Sum of RGB (Red+Green+Blue) = 18+168+38=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 168 (66.02% from 255 or 75% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 168 - color contains mainly: green. Hex color #12A826 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A826 is #ED57D9. Grayscale: #6C6C6C. Windows color (decimal): -15554522 or 2533394. OLE color: 2533394.

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

Color convert

RGB 18 168 38 -
CMYK 0.89 0 0.77 0.34
HSL 128º 0.81% 0.36% -
HSV(B) 128º 0.89% 0.66% -
XYZ 14.6 28.27 6.52 -
YUV 108.33 88.31 63.57 -
System Red Green Blue C M Y K H S L
Decimal 18 168 38 0.89 0 0.77 0.34 128 0.81 0.36
Hex 12 A8 26 59 0 4D 22 80 51 24
Octal 22 250 46 131 0 115 42 200 121 44
Binary 10010 10101000 100110 1011001 0 1001101 100010 10000000 1010001 100100

Color Harmonies of #12A826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A826

Black with #12A826

Text Example


Text Example

White with #12A826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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