Html Css Color HEX #0FDA15 Free Speech Green

📋 copy color: '#0FDA15'

red 15 ◦ green 218 ◦ blue 21

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

Shades of Free Speech Green #0FDA15

Tints of Free Speech Green #0FDA15

RGB

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

 GREEN value IS 218 (85.55% from 255) = 85.83%

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 5.91%
G = 85.83%
B = 8.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#0FDA15 (or 0x0FDA15) is known color: Free Speech Green. HEX triplet: 0F, DA and 15. RGB value is (15,218,21). Sum of RGB (Red+Green+Blue) = 15+218+21=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 218 (85.55% from 255 or 85.83% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDA15 is #F025EA. Grayscale: #878787. Windows color (decimal): -15738347 or 1432079. OLE color: 1432079.

HSL color Cylindrical-coordinate representation of color #0FDA15: hue angle of 121.77º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDA15 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 218 21 -
CMYK 0.93 0 0.90 0.15
HSL 121.77º 0.87% 0.46% -
HSV(B) 121.77º 0.93% 0.85% -
XYZ 25.4 50.3 9.08 -
YUV 134.85 63.75 42.52 -
System Red Green Blue C M Y K H S L
Decimal 15 218 21 0.93 0 0.90 0.15 121.77 0.87 0.46
Hex F DA 15 5D 0 5A F 7A 57 2E
Octal 17 332 25 135 0 132 17 172 127 56
Binary 1111 11011010 10101 1011101 0 1011010 1111 1111010 1010111 101110

Color Harmonies of #0FDA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDA15

Black with #0FDA15

Text Example


Text Example

White with #0FDA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,218,21); }

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

background-color css

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

 a { background-color: rgb(15,218,21); }

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

border-color css

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

 span { border-color: rgb(15,218,21); }

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