Html Css Color HEX #10A030 Forest Green

📋 copy color: '#10A030'

red 16 ◦ green 160 ◦ blue 48

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

Shades of Forest Green #10A030

Tints of Forest Green #10A030

RGB

 RED value IS 16 (6.64% from 255) = 7.14%

 GREEN value IS 160 (62.89% from 255) = 71.43%

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

R = 7.14%
G = 71.43%
B = 21.43%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#10A030 (or 0x10A030) is known color: Forest Green. HEX triplet: 10, A0 and 30. RGB value is (16,160,48). Sum of RGB (Red+Green+Blue) = 16+160+48=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 160 (62.89% from 255 or 71.43% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 160 - color contains mainly: green. Hex color #10A030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A030 is #EF5FCF. Grayscale: #686868. Windows color (decimal): -15687632 or 3186704. OLE color: 3186704.

HSL color Cylindrical-coordinate representation of color #10A030: hue angle of 133.33º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A030 is Cyan = 0.9, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 160 48 -
CMYK 0.9 0 0.70 0.37
HSL 133.33º 0.82% 0.35% -
HSV(B) 133.33º 0.9% 0.63% -
XYZ 13.32 25.47 7.01 -
YUV 104.18 96.29 65.11 -
System Red Green Blue C M Y K H S L
Decimal 16 160 48 0.9 0 0.70 0.37 133.33 0.82 0.35
Hex 10 A0 30 5A 0 46 25 85 52 23
Octal 20 240 60 132 0 106 45 205 122 43
Binary 10000 10100000 110000 1011010 0 1000110 100101 10000101 1010010 100011

Color Harmonies of #10A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A030

Black with #10A030

Text Example


Text Example

White with #10A030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10A030; }

 p { color: rgb(16,160,48); }

 H1.HeaderClassName
 {
   color: #10A030;
 }
 .AnyTagClassName
 {
   color: #10A030;
 }
</style>

background-color css

<style>
 a { background-color: #10A030; }

 a { background-color: rgb(16,160,48); }

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

border-color css

<style>
 span { border-color: #10A030; }

 span { border-color: rgb(16,160,48); }

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