Html Css Color HEX #0FD019 Free Speech Green

📋 copy color: '#0FD019'

red 15 ◦ green 208 ◦ blue 25

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

Shades of Free Speech Green #0FD019

Tints of Free Speech Green #0FD019

RGB

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

 GREEN value IS 208 (81.64% from 255) = 83.87%

 BLUE value IS 25 (10.16% from 255) = 10.08%

R = 6.05%
G = 83.87%
B = 10.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#0FD019 (or 0x0FD019) is known color: Free Speech Green. HEX triplet: 0F, D0 and 19. RGB value is (15,208,25). Sum of RGB (Red+Green+Blue) = 15+208+25=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 208 (81.64% from 255 or 83.87% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD019 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD019 is #F02FE6. Grayscale: #818181. Windows color (decimal): -15740903 or 1691663. OLE color: 1691663.

HSL color Cylindrical-coordinate representation of color #0FD019: hue angle of 123.11º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD019 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 208 25 -
CMYK 0.93 0 0.88 0.18
HSL 123.11º 0.87% 0.44% -
HSV(B) 123.11º 0.93% 0.82% -
XYZ 22.93 45.28 8.45 -
YUV 129.43 69.06 46.38 -
System Red Green Blue C M Y K H S L
Decimal 15 208 25 0.93 0 0.88 0.18 123.11 0.87 0.44
Hex F D0 19 5D 0 58 12 7B 57 2C
Octal 17 320 31 135 0 130 22 173 127 54
Binary 1111 11010000 11001 1011101 0 1011000 10010 1111011 1010111 101100

Color Harmonies of #0FD019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD019

Black with #0FD019

Text Example


Text Example

White with #0FD019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,208,25); }

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

background-color css

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

 a { background-color: rgb(15,208,25); }

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

border-color css

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

 span { border-color: rgb(15,208,25); }

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