Html Css Color HEX #0FFA0E Free Speech Green

📋 copy color: '#0FFA0E'

red 15 ◦ green 250 ◦ blue 14

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

Shades of Free Speech Green #0FFA0E

Tints of Free Speech Green #0FFA0E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 89.61%

 BLUE value IS 14 (5.86% from 255) = 5.02%

R = 5.38%
G = 89.61%
B = 5.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#0FFA0E (or 0x0FFA0E) is known color: Free Speech Green. HEX triplet: 0F, FA and 0E. RGB value is (15,250,14). Sum of RGB (Red+Green+Blue) = 15+250+14=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 250 (98.05% from 255 or 89.61% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA0E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFA0E is #F005F1. Grayscale: #999999. Windows color (decimal): -15730162 or 981519. OLE color: 981519.

HSL color Cylindrical-coordinate representation of color #0FFA0E: hue angle of 119.75º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFA0E is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 250 14 -
CMYK 0.94 0 0.94 0.02
HSL 119.75º 0.96% 0.52% -
HSV(B) 119.75º 0.94% 0.98% -
XYZ 34.46 68.5 11.82 -
YUV 152.83 49.64 29.69 -
System Red Green Blue C M Y K H S L
Decimal 15 250 14 0.94 0 0.94 0.02 119.75 0.96 0.52
Hex F FA E 5E 0 5E 2 78 60 34
Octal 17 372 16 136 0 136 2 170 140 64
Binary 1111 11111010 1110 1011110 0 1011110 10 1111000 1100000 110100

Color Harmonies of #0FFA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFA0E

Black with #0FFA0E

Text Example


Text Example

White with #0FFA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,250,14); }

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

background-color css

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

 a { background-color: rgb(15,250,14); }

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

border-color css

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

 span { border-color: rgb(15,250,14); }

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