Html Css Color HEX #0FE506 Free Speech Green

📋 copy color: '#0FE506'

red 15 ◦ green 229 ◦ blue 6

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

Shades of Free Speech Green #0FE506

Tints of Free Speech Green #0FE506

RGB

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

 GREEN value IS 229 (89.84% from 255) = 91.6%

 BLUE value IS 6 (2.73% from 255) = 2.4%

R = 6%
G = 91.6%
B = 2.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#0FE506 (or 0x0FE506) is known color: Free Speech Green. HEX triplet: 0F, E5 and 06. RGB value is (15,229,6). Sum of RGB (Red+Green+Blue) = 15+229+6=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 229 (89.84% from 255 or 91.6% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE506 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE506 is #F01AF9. Grayscale: #8C8C8C. Windows color (decimal): -15735546 or 451855. OLE color: 451855.

HSL color Cylindrical-coordinate representation of color #0FE506: hue angle of 117.58º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FE506 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 15 229 6 -
CMYK 0.93 0 0.97 0.10
HSL 117.58º 0.95% 0.46% -
HSV(B) 117.58º 0.97% 0.9% -
XYZ 28.25 56.15 9.52 -
YUV 139.59 52.6 39.13 -
System Red Green Blue C M Y K H S L
Decimal 15 229 6 0.93 0 0.97 0.10 117.58 0.95 0.46
Hex F E5 6 5D 0 61 A 76 5F 2E
Octal 17 345 6 135 0 141 12 166 137 56
Binary 1111 11100101 110 1011101 0 1100001 1010 1110110 1011111 101110

Color Harmonies of #0FE506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE506

Black with #0FE506

Text Example


Text Example

White with #0FE506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,229,6); }

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

background-color css

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

 a { background-color: rgb(15,229,6); }

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

border-color css

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

 span { border-color: rgb(15,229,6); }

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