Html Css Color HEX #0FA321 Forest Green

📋 copy color: '#0FA321'

red 15 ◦ green 163 ◦ blue 33

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

Shades of Forest Green #0FA321

Tints of Forest Green #0FA321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 7.11%
G = 77.25%
B = 15.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#0FA321 (or 0x0FA321) is known color: Forest Green. HEX triplet: 0F, A3 and 21. RGB value is (15,163,33). Sum of RGB (Red+Green+Blue) = 15+163+33=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 163 (64.06% from 255 or 77.25% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA321 is #F05CDE. Grayscale: #686868. Windows color (decimal): -15752415 or 2204431. OLE color: 2204431.

HSL color Cylindrical-coordinate representation of color #0FA321: hue angle of 127.3º 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 #0FA321 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 163 33 -
CMYK 0.91 0 0.80 0.36
HSL 127.3º 0.83% 0.35% -
HSV(B) 127.3º 0.91% 0.64% -
XYZ 13.57 26.41 5.82 -
YUV 103.93 87.97 64.57 -
System Red Green Blue C M Y K H S L
Decimal 15 163 33 0.91 0 0.80 0.36 127.3 0.83 0.35
Hex F A3 21 5B 0 50 24 7F 53 23
Octal 17 243 41 133 0 120 44 177 123 43
Binary 1111 10100011 100001 1011011 0 1010000 100100 1111111 1010011 100011

Color Harmonies of #0FA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA321

Black with #0FA321

Text Example


Text Example

White with #0FA321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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