Html Css Color HEX #0FDF0E Free Speech Green

📋 copy color: '#0FDF0E'

red 15 ◦ green 223 ◦ blue 14

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

Shades of Free Speech Green #0FDF0E

Tints of Free Speech Green #0FDF0E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 88.49%

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

R = 5.95%
G = 88.49%
B = 5.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#0FDF0E (or 0x0FDF0E) is known color: Free Speech Green. HEX triplet: 0F, DF and 0E. RGB value is (15,223,14). Sum of RGB (Red+Green+Blue) = 15+223+14=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 223 (87.5% from 255 or 88.49% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDF0E is #F020F1. Grayscale: #898989. Windows color (decimal): -15737074 or 974607. OLE color: 974607.

HSL color Cylindrical-coordinate representation of color #0FDF0E: hue angle of 119.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDF0E is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 223 14 -
CMYK 0.93 0 0.94 0.13
HSL 119.71º 0.88% 0.46% -
HSV(B) 119.71º 0.94% 0.87% -
XYZ 26.66 52.91 9.22 -
YUV 136.98 58.59 40.99 -
System Red Green Blue C M Y K H S L
Decimal 15 223 14 0.93 0 0.94 0.13 119.71 0.88 0.46
Hex F DF E 5D 0 5E D 78 58 2E
Octal 17 337 16 135 0 136 15 170 130 56
Binary 1111 11011111 1110 1011101 0 1011110 1101 1111000 1011000 101110

Color Harmonies of #0FDF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDF0E

Black with #0FDF0E

Text Example


Text Example

White with #0FDF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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