Html Css Color HEX #0FA325 Forest Green

📋 copy color: '#0FA325'

red 15 ◦ green 163 ◦ blue 37

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

Shades of Forest Green #0FA325

Tints of Forest Green #0FA325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 75.81%

 BLUE value IS 37 (14.84% from 255) = 17.21%

R = 6.98%
G = 75.81%
B = 17.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#0FA325 (or 0x0FA325) is known color: Forest Green. HEX triplet: 0F, A3 and 25. RGB value is (15,163,37). Sum of RGB (Red+Green+Blue) = 15+163+37=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 163 (64.06% from 255 or 75.81% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA325 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA325 is #F05CDA. Grayscale: #686868. Windows color (decimal): -15752411 or 2466575. OLE color: 2466575.

HSL color Cylindrical-coordinate representation of color #0FA325: hue angle of 128.92º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA325 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 163 37 -
CMYK 0.91 0 0.77 0.36
HSL 128.92º 0.83% 0.35% -
HSV(B) 128.92º 0.91% 0.64% -
XYZ 13.63 26.43 6.13 -
YUV 104.38 89.97 64.25 -
System Red Green Blue C M Y K H S L
Decimal 15 163 37 0.91 0 0.77 0.36 128.92 0.83 0.35
Hex F A3 25 5B 0 4D 24 81 53 23
Octal 17 243 45 133 0 115 44 201 123 43
Binary 1111 10100011 100101 1011011 0 1001101 100100 10000001 1010011 100011

Color Harmonies of #0FA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA325

Black with #0FA325

Text Example


Text Example

White with #0FA325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,163,37); }

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

background-color css

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

 a { background-color: rgb(15,163,37); }

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

border-color css

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

 span { border-color: rgb(15,163,37); }

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