Html Css Color HEX #12A423 Forest Green

📋 copy color: '#12A423'

red 18 ◦ green 164 ◦ blue 35

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

Shades of Forest Green #12A423

Tints of Forest Green #12A423

RGB

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

 GREEN value IS 164 (64.45% from 255) = 75.58%

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

R = 8.29%
G = 75.58%
B = 16.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#12A423 (or 0x12A423) is known color: Forest Green. HEX triplet: 12, A4 and 23. RGB value is (18,164,35). Sum of RGB (Red+Green+Blue) = 18+164+35=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 164 (64.45% from 255 or 75.58% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 164 - color contains mainly: green. Hex color #12A423 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A423 is #ED5BDC. Grayscale: #6A6A6A. Windows color (decimal): -15555549 or 2335762. OLE color: 2335762.

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

Color convert

RGB 18 164 35 -
CMYK 0.89 0 0.79 0.36
HSL 126.99º 0.8% 0.36% -
HSV(B) 126.99º 0.89% 0.64% -
XYZ 13.83 26.8 6.03 -
YUV 105.64 88.13 65.49 -
System Red Green Blue C M Y K H S L
Decimal 18 164 35 0.89 0 0.79 0.36 126.99 0.8 0.36
Hex 12 A4 23 59 0 4F 24 7F 50 24
Octal 22 244 43 131 0 117 44 177 120 44
Binary 10010 10100100 100011 1011001 0 1001111 100100 1111111 1010000 100100

Color Harmonies of #12A423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A423

Black with #12A423

Text Example


Text Example

White with #12A423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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