Html Css Color HEX #0FA21B Forest Green

📋 copy color: '#0FA21B'

red 15 ◦ green 162 ◦ blue 27

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

Shades of Forest Green #0FA21B

Tints of Forest Green #0FA21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.24%

R = 7.35%
G = 79.41%
B = 13.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#0FA21B (or 0x0FA21B) is known color: Forest Green. HEX triplet: 0F, A2 and 1B. RGB value is (15,162,27). Sum of RGB (Red+Green+Blue) = 15+162+27=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 162 (63.67% from 255 or 79.41% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA21B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA21B is #F05DE4. Grayscale: #676767. Windows color (decimal): -15752677 or 1810959. OLE color: 1810959.

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

Color convert

RGB 15 162 27 -
CMYK 0.91 0 0.83 0.36
HSL 124.9º 0.83% 0.35% -
HSV(B) 124.9º 0.91% 0.64% -
XYZ 13.32 26.02 5.36 -
YUV 102.66 85.3 65.48 -
System Red Green Blue C M Y K H S L
Decimal 15 162 27 0.91 0 0.83 0.36 124.9 0.83 0.35
Hex F A2 1B 5B 0 53 24 7D 53 23
Octal 17 242 33 133 0 123 44 175 123 43
Binary 1111 10100010 11011 1011011 0 1010011 100100 1111101 1010011 100011

Color Harmonies of #0FA21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA21B

Black with #0FA21B

Text Example


Text Example

White with #0FA21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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