Html Css Color HEX #0FA21D Forest Green

📋 copy color: '#0FA21D'

red 15 ◦ green 162 ◦ blue 29

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

Shades of Forest Green #0FA21D

Tints of Forest Green #0FA21D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 78.64%

 BLUE value IS 29 (11.72% from 255) = 14.08%

R = 7.28%
G = 78.64%
B = 14.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#0FA21D (or 0x0FA21D) is known color: Forest Green. HEX triplet: 0F, A2 and 1D. RGB value is (15,162,29). Sum of RGB (Red+Green+Blue) = 15+162+29=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 162 (63.67% from 255 or 78.64% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA21D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA21D is #F05DE2. Grayscale: #676767. Windows color (decimal): -15752675 or 1942031. OLE color: 1942031.

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

Color convert

RGB 15 162 29 -
CMYK 0.91 0 0.82 0.36
HSL 125.71º 0.83% 0.35% -
HSV(B) 125.71º 0.91% 0.64% -
XYZ 13.34 26.03 5.48 -
YUV 102.89 86.3 65.31 -
System Red Green Blue C M Y K H S L
Decimal 15 162 29 0.91 0 0.82 0.36 125.71 0.83 0.35
Hex F A2 1D 5B 0 52 24 7E 53 23
Octal 17 242 35 133 0 122 44 176 123 43
Binary 1111 10100010 11101 1011011 0 1010010 100100 1111110 1010011 100011

Color Harmonies of #0FA21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA21D

Black with #0FA21D

Text Example


Text Example

White with #0FA21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,162,29); }

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

background-color css

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

 a { background-color: rgb(15,162,29); }

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

border-color css

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

 span { border-color: rgb(15,162,29); }

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