Html Css Color HEX #0FE421 Free Speech Green

📋 copy color: '#0FE421'

red 15 ◦ green 228 ◦ blue 33

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

Shades of Free Speech Green #0FE421

Tints of Free Speech Green #0FE421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 5.43%
G = 82.61%
B = 11.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#0FE421 (or 0x0FE421) is known color: Free Speech Green. HEX triplet: 0F, E4 and 21. RGB value is (15,228,33). Sum of RGB (Red+Green+Blue) = 15+228+33=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 228 (89.45% from 255 or 82.61% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE421 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE421 is #F01BDE. Grayscale: #8E8E8E. Windows color (decimal): -15735775 or 2221071. OLE color: 2221071.

HSL color Cylindrical-coordinate representation of color #0FE421: hue angle of 125.07º 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 #0FE421 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 15 228 33 -
CMYK 0.93 0 0.86 0.11
HSL 125.07º 0.88% 0.48% -
HSV(B) 125.07º 0.93% 0.89% -
XYZ 28.21 55.7 10.7 -
YUV 142.08 66.43 37.36 -
System Red Green Blue C M Y K H S L
Decimal 15 228 33 0.93 0 0.86 0.11 125.07 0.88 0.48
Hex F E4 21 5D 0 56 B 7D 58 30
Octal 17 344 41 135 0 126 13 175 130 60
Binary 1111 11100100 100001 1011101 0 1010110 1011 1111101 1011000 110000

Color Harmonies of #0FE421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE421

Black with #0FE421

Text Example


Text Example

White with #0FE421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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