Html Css Color HEX #07DA0E Free Speech Green

📋 copy color: '#07DA0E'

red 7 ◦ green 218 ◦ blue 14

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

Shades of Free Speech Green #07DA0E

Tints of Free Speech Green #07DA0E

RGB

 RED value IS 7 (3.13% from 255) = 2.93%

 GREEN value IS 218 (85.55% from 255) = 91.21%

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

R = 2.93%
G = 91.21%
B = 5.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#07DA0E (or 0x07DA0E) is known color: Free Speech Green. HEX triplet: 07, DA and 0E. RGB value is (7,218,14). Sum of RGB (Red+Green+Blue) = 7+218+14=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 218 (85.55% from 255 or 91.21% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 218 - color contains mainly: green. Hex color #07DA0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07DA0E is #F825F1. Grayscale: #848484. Windows color (decimal): -16262642 or 973319. OLE color: 973319.

HSL color Cylindrical-coordinate representation of color #07DA0E: hue angle of 121.99º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DA0E is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 7 218 14 -
CMYK 0.97 0 0.94 0.15
HSL 121.99º 0.94% 0.44% -
HSV(B) 121.99º 0.97% 0.85% -
XYZ 25.24 50.22 8.78 -
YUV 131.66 61.6 39.09 -
System Red Green Blue C M Y K H S L
Decimal 7 218 14 0.97 0 0.94 0.15 121.99 0.94 0.44
Hex 7 DA E 61 0 5E F 7A 5E 2C
Octal 7 332 16 141 0 136 17 172 136 54
Binary 111 11011010 1110 1100001 0 1011110 1111 1111010 1011110 101100

Color Harmonies of #07DA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DA0E

Black with #07DA0E

Text Example


Text Example

White with #07DA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07DA0E; }

 p { color: rgb(7,218,14); }

 H1.HeaderClassName
 {
   color: #07DA0E;
 }
 .AnyTagClassName
 {
   color: #07DA0E;
 }
</style>

background-color css

<style>
 a { background-color: #07DA0E; }

 a { background-color: rgb(7,218,14); }

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

border-color css

<style>
 span { border-color: #07DA0E; }

 span { border-color: rgb(7,218,14); }

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