Html Css Color HEX #0FA820 Forest Green

📋 copy color: '#0FA820'

red 15 ◦ green 168 ◦ blue 32

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

Shades of Forest Green #0FA820

Tints of Forest Green #0FA820

RGB

 RED value IS 15 (6.25% from 255) = 6.98%

 GREEN value IS 168 (66.02% from 255) = 78.14%

 BLUE value IS 32 (12.89% from 255) = 14.88%

R = 6.98%
G = 78.14%
B = 14.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#0FA820 (or 0x0FA820) is known color: Forest Green. HEX triplet: 0F, A8 and 20. RGB value is (15,168,32). Sum of RGB (Red+Green+Blue) = 15+168+32=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 168 (66.02% from 255 or 78.14% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA820 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA820 is #F057DF. Grayscale: #6B6B6B. Windows color (decimal): -15751136 or 2140175. OLE color: 2140175.

HSL color Cylindrical-coordinate representation of color #0FA820: hue angle of 126.67º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA820 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 15 168 32 -
CMYK 0.91 0 0.81 0.34
HSL 126.67º 0.84% 0.36% -
HSV(B) 126.67º 0.91% 0.66% -
XYZ 14.46 28.21 6.05 -
YUV 106.75 85.81 62.56 -
System Red Green Blue C M Y K H S L
Decimal 15 168 32 0.91 0 0.81 0.34 126.67 0.84 0.36
Hex F A8 20 5B 0 51 22 7F 54 24
Octal 17 250 40 133 0 121 42 177 124 44
Binary 1111 10101000 100000 1011011 0 1010001 100010 1111111 1010100 100100

Color Harmonies of #0FA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA820

Black with #0FA820

Text Example


Text Example

White with #0FA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FA820; }

 p { color: rgb(15,168,32); }

 H1.HeaderClassName
 {
   color: #0FA820;
 }
 .AnyTagClassName
 {
   color: #0FA820;
 }
</style>

background-color css

<style>
 a { background-color: #0FA820; }

 a { background-color: rgb(15,168,32); }

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

border-color css

<style>
 span { border-color: #0FA820; }

 span { border-color: rgb(15,168,32); }

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