Html Css Color HEX #0FE419 Free Speech Green

📋 copy color: '#0FE419'

red 15 ◦ green 228 ◦ blue 25

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

Shades of Free Speech Green #0FE419

Tints of Free Speech Green #0FE419

RGB

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

 GREEN value IS 228 (89.45% from 255) = 85.07%

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

R = 5.6%
G = 85.07%
B = 9.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#0FE419 (or 0x0FE419) is known color: Free Speech Green. HEX triplet: 0F, E4 and 19. RGB value is (15,228,25). Sum of RGB (Red+Green+Blue) = 15+228+25=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 228 (89.45% from 255 or 85.07% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE419 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE419 is #F01BE6. Grayscale: #8D8D8D. Windows color (decimal): -15735783 or 1696783. OLE color: 1696783.

HSL color Cylindrical-coordinate representation of color #0FE419: hue angle of 122.82º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE419 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 15 228 25 -
CMYK 0.93 0 0.89 0.11
HSL 122.82º 0.88% 0.48% -
HSV(B) 122.82º 0.93% 0.89% -
XYZ 28.12 55.66 10.18 -
YUV 141.17 62.43 38.01 -
System Red Green Blue C M Y K H S L
Decimal 15 228 25 0.93 0 0.89 0.11 122.82 0.88 0.48
Hex F E4 19 5D 0 59 B 7B 58 30
Octal 17 344 31 135 0 131 13 173 130 60
Binary 1111 11100100 11001 1011101 0 1011001 1011 1111011 1011000 110000

Color Harmonies of #0FE419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE419

Black with #0FE419

Text Example


Text Example

White with #0FE419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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