Html Css Color HEX #1A990F Forest Green

📋 copy color: '#1A990F'

red 26 ◦ green 153 ◦ blue 15

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

Shades of Forest Green #1A990F

Tints of Forest Green #1A990F

RGB

 RED value IS 26 (10.55% from 255) = 13.4%

 GREEN value IS 153 (60.16% from 255) = 78.87%

 BLUE value IS 15 (6.25% from 255) = 7.73%

R = 13.4%
G = 78.87%
B = 7.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#1A990F (or 0x1A990F) is known color: Forest Green. HEX triplet: 1A, 99 and 0F. RGB value is (26,153,15). Sum of RGB (Red+Green+Blue) = 26+153+15=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 153 (60.16% from 255 or 78.87% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 153 - color contains mainly: green. Hex color #1A990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A990F is #E566F0. Grayscale: #636363. Windows color (decimal): -15034097 or 1022234. OLE color: 1022234.

HSL color Cylindrical-coordinate representation of color #1A990F: hue angle of 115.22º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A990F is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 26 153 15 -
CMYK 0.83 0 0.90 0.4
HSL 115.22º 0.82% 0.33% -
HSV(B) 115.22º 0.9% 0.6% -
XYZ 11.9 23.04 4.27 -
YUV 99.3 80.42 75.72 -
System Red Green Blue C M Y K H S L
Decimal 26 153 15 0.83 0 0.90 0.4 115.22 0.82 0.33
Hex 1A 99 F 53 0 5A 28 73 52 21
Octal 32 231 17 123 0 132 50 163 122 41
Binary 11010 10011001 1111 1010011 0 1011010 101000 1110011 1010010 100001

Color Harmonies of #1A990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A990F

Black with #1A990F

Text Example


Text Example

White with #1A990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A990F; }

 p { color: rgb(26,153,15); }

 H1.HeaderClassName
 {
   color: #1A990F;
 }
 .AnyTagClassName
 {
   color: #1A990F;
 }
</style>

background-color css

<style>
 a { background-color: #1A990F; }

 a { background-color: rgb(26,153,15); }

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

border-color css

<style>
 span { border-color: #1A990F; }

 span { border-color: rgb(26,153,15); }

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