Html Css Color HEX #12A230 Forest Green

📋 copy color: '#12A230'

red 18 ◦ green 162 ◦ blue 48

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

Shades of Forest Green #12A230

Tints of Forest Green #12A230

RGB

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

 GREEN value IS 162 (63.67% from 255) = 71.05%

 BLUE value IS 48 (19.14% from 255) = 21.05%

R = 7.89%
G = 71.05%
B = 21.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#12A230 (or 0x12A230) is known color: Forest Green. HEX triplet: 12, A2 and 30. RGB value is (18,162,48). Sum of RGB (Red+Green+Blue) = 18+162+48=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 162 (63.67% from 255 or 71.05% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 162 - color contains mainly: green. Hex color #12A230 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A230 is #ED5DCF. Grayscale: #6A6A6A. Windows color (decimal): -15556048 or 3187218. OLE color: 3187218.

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

Color convert

RGB 18 162 48 -
CMYK 0.89 0 0.70 0.36
HSL 132.5º 0.8% 0.35% -
HSV(B) 132.5º 0.89% 0.64% -
XYZ 13.7 26.18 7.13 -
YUV 105.95 95.29 65.27 -
System Red Green Blue C M Y K H S L
Decimal 18 162 48 0.89 0 0.70 0.36 132.5 0.8 0.35
Hex 12 A2 30 59 0 46 24 84 50 23
Octal 22 242 60 131 0 106 44 204 120 43
Binary 10010 10100010 110000 1011001 0 1000110 100100 10000100 1010000 100011

Color Harmonies of #12A230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A230

Black with #12A230

Text Example


Text Example

White with #12A230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,162,48); }

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

background-color css

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

 a { background-color: rgb(18,162,48); }

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

border-color css

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

 span { border-color: rgb(18,162,48); }

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