Html Css Color HEX #12AC23 Forest Green

📋 copy color: '#12AC23'

red 18 ◦ green 172 ◦ blue 35

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

Shades of Forest Green #12AC23

Tints of Forest Green #12AC23

RGB

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

 GREEN value IS 172 (67.58% from 255) = 76.44%

 BLUE value IS 35 (14.06% from 255) = 15.56%

R = 8%
G = 76.44%
B = 15.56%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#12AC23 (or 0x12AC23) is known color: Forest Green. HEX triplet: 12, AC and 23. RGB value is (18,172,35). Sum of RGB (Red+Green+Blue) = 18+172+35=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 172 (67.58% from 255 or 76.44% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AC23 is #ED53DC. Grayscale: #6E6E6E. Windows color (decimal): -15553501 or 2337810. OLE color: 2337810.

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

Color convert

RGB 18 172 35 -
CMYK 0.90 0 0.80 0.33
HSL 126.62º 0.81% 0.37% -
HSV(B) 126.62º 0.9% 0.67% -
XYZ 15.31 29.76 6.53 -
YUV 110.34 85.48 62.14 -
System Red Green Blue C M Y K H S L
Decimal 18 172 35 0.90 0 0.80 0.33 126.62 0.81 0.37
Hex 12 AC 23 5A 0 50 21 7F 51 25
Octal 22 254 43 132 0 120 41 177 121 45
Binary 10010 10101100 100011 1011010 0 1010000 100001 1111111 1010001 100101

Color Harmonies of #12AC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC23

Black with #12AC23

Text Example


Text Example

White with #12AC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,172,35); }

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

background-color css

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

 a { background-color: rgb(18,172,35); }

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

border-color css

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

 span { border-color: rgb(18,172,35); }

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