Html Css Color HEX #0FFD28 Free Speech Green

📋 copy color: '#0FFD28'

red 15 ◦ green 253 ◦ blue 40

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

Shades of Free Speech Green #0FFD28

Tints of Free Speech Green #0FFD28

RGB

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

 GREEN value IS 253 (99.22% from 255) = 82.14%

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

R = 4.87%
G = 82.14%
B = 12.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#0FFD28 (or 0x0FFD28) is known color: Free Speech Green. HEX triplet: 0F, FD and 28. RGB value is (15,253,40). Sum of RGB (Red+Green+Blue) = 15+253+40=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 253 (99.22% from 255 or 82.14% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFD28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFD28 is #F002D7. Grayscale: #9E9E9E. Windows color (decimal): -15729368 or 2686223. OLE color: 2686223.

HSL color Cylindrical-coordinate representation of color #0FFD28: hue angle of 126.3º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFD28 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 253 40 -
CMYK 0.94 0 0.84 0.01
HSL 126.3º 0.98% 0.53% -
HSV(B) 126.3º 0.94% 0.99% -
XYZ 35.71 70.51 13.73 -
YUV 157.56 61.65 26.32 -
System Red Green Blue C M Y K H S L
Decimal 15 253 40 0.94 0 0.84 0.01 126.3 0.98 0.53
Hex F FD 28 5E 0 54 1 7E 62 35
Octal 17 375 50 136 0 124 1 176 142 65
Binary 1111 11111101 101000 1011110 0 1010100 1 1111110 1100010 110101

Color Harmonies of #0FFD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFD28

Black with #0FFD28

Text Example


Text Example

White with #0FFD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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