Html Css Color HEX #10F019 Free Speech Green

📋 copy color: '#10F019'

red 16 ◦ green 240 ◦ blue 25

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

Shades of Free Speech Green #10F019

Tints of Free Speech Green #10F019

RGB

 RED value IS 16 (6.64% from 255) = 5.69%

 GREEN value IS 240 (94.14% from 255) = 85.41%

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

R = 5.69%
G = 85.41%
B = 8.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#10F019 (or 0x10F019) is known color: Free Speech Green. HEX triplet: 10, F0 and 19. RGB value is (16,240,25). Sum of RGB (Red+Green+Blue) = 16+240+25=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 240 (94.14% from 255 or 85.41% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 240 - color contains mainly: green. Hex color #10F019 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10F019 is #EF0FE6. Grayscale: #959595. Windows color (decimal): -15667175 or 1699856. OLE color: 1699856.

HSL color Cylindrical-coordinate representation of color #10F019: hue angle of 122.41º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F019 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 240 25 -
CMYK 0.93 0 0.90 0.06
HSL 122.41º 0.88% 0.5% -
HSV(B) 122.41º 0.93% 0.94% -
XYZ 31.55 62.5 11.32 -
YUV 148.51 58.29 33.48 -
System Red Green Blue C M Y K H S L
Decimal 16 240 25 0.93 0 0.90 0.06 122.41 0.88 0.5
Hex 10 F0 19 5D 0 5A 6 7A 58 32
Octal 20 360 31 135 0 132 6 172 130 62
Binary 10000 11110000 11001 1011101 0 1011010 110 1111010 1011000 110010

Color Harmonies of #10F019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F019

Black with #10F019

Text Example


Text Example

White with #10F019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10F019; }

 p { color: rgb(16,240,25); }

 H1.HeaderClassName
 {
   color: #10F019;
 }
 .AnyTagClassName
 {
   color: #10F019;
 }
</style>

background-color css

<style>
 a { background-color: #10F019; }

 a { background-color: rgb(16,240,25); }

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

border-color css

<style>
 span { border-color: #10F019; }

 span { border-color: rgb(16,240,25); }

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