Html Css Color HEX #0FF028 Free Speech Green

📋 copy color: '#0FF028'

red 15 ◦ green 240 ◦ blue 40

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

Shades of Free Speech Green #0FF028

Tints of Free Speech Green #0FF028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 5.08%
G = 81.36%
B = 13.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#0FF028 (or 0x0FF028) is known color: Free Speech Green. HEX triplet: 0F, F0 and 28. RGB value is (15,240,40). Sum of RGB (Red+Green+Blue) = 15+240+40=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 240 (94.14% from 255 or 81.36% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF028 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF028 is #F00FD7. Grayscale: #969696. Windows color (decimal): -15732696 or 2682895. OLE color: 2682895.

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

Color convert

RGB 15 240 40 -
CMYK 0.94 0 0.83 0.06
HSL 126.67º 0.88% 0.5% -
HSV(B) 126.67º 0.94% 0.94% -
XYZ 31.74 62.57 12.41 -
YUV 149.93 65.96 31.76 -
System Red Green Blue C M Y K H S L
Decimal 15 240 40 0.94 0 0.83 0.06 126.67 0.88 0.5
Hex F F0 28 5E 0 53 6 7F 58 32
Octal 17 360 50 136 0 123 6 177 130 62
Binary 1111 11110000 101000 1011110 0 1010011 110 1111111 1011000 110010

Color Harmonies of #0FF028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF028

Black with #0FF028

Text Example


Text Example

White with #0FF028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,240,40); }

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

background-color css

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

 a { background-color: rgb(15,240,40); }

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

border-color css

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

 span { border-color: rgb(15,240,40); }

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