Html Css Color HEX #0FDE13 Free Speech Green

📋 copy color: '#0FDE13'

red 15 ◦ green 222 ◦ blue 19

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

Shades of Free Speech Green #0FDE13

Tints of Free Speech Green #0FDE13

RGB

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

 GREEN value IS 222 (87.11% from 255) = 86.72%

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 5.86%
G = 86.72%
B = 7.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#0FDE13 (or 0x0FDE13) is known color: Free Speech Green. HEX triplet: 0F, DE and 13. RGB value is (15,222,19). Sum of RGB (Red+Green+Blue) = 15+222+19=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 222 (87.11% from 255 or 86.72% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDE13 is #F021EC. Grayscale: #898989. Windows color (decimal): -15737325 or 1302031. OLE color: 1302031.

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

Color convert

RGB 15 222 19 -
CMYK 0.93 0 0.91 0.13
HSL 121.16º 0.87% 0.46% -
HSV(B) 121.16º 0.93% 0.87% -
XYZ 26.44 52.39 9.34 -
YUV 136.97 61.42 41.01 -
System Red Green Blue C M Y K H S L
Decimal 15 222 19 0.93 0 0.91 0.13 121.16 0.87 0.46
Hex F DE 13 5D 0 5B D 79 57 2E
Octal 17 336 23 135 0 133 15 171 127 56
Binary 1111 11011110 10011 1011101 0 1011011 1101 1111001 1010111 101110

Color Harmonies of #0FDE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDE13

Black with #0FDE13

Text Example


Text Example

White with #0FDE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,222,19); }

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

background-color css

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

 a { background-color: rgb(15,222,19); }

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

border-color css

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

 span { border-color: rgb(15,222,19); }

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