Html Css Color HEX #07DC0A Free Speech Green

📋 copy color: '#07DC0A'

red 7 ◦ green 220 ◦ blue 10

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

Shades of Free Speech Green #07DC0A

Tints of Free Speech Green #07DC0A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 92.83%

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 2.95%
G = 92.83%
B = 4.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#07DC0A (or 0x07DC0A) is known color: Free Speech Green. HEX triplet: 07, DC and 0A. RGB value is (7,220,10). Sum of RGB (Red+Green+Blue) = 7+220+10=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 220 (86.33% from 255 or 92.83% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 220 - color contains mainly: green. Hex color #07DC0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07DC0A is #F823F5. Grayscale: #848484. Windows color (decimal): -16262134 or 711687. OLE color: 711687.

HSL color Cylindrical-coordinate representation of color #07DC0A: hue angle of 120.85º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DC0A is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 220 10 -
CMYK 0.97 0 0.95 0.14
HSL 120.85º 0.94% 0.45% -
HSV(B) 120.85º 0.97% 0.86% -
XYZ 25.74 51.25 8.82 -
YUV 132.37 58.93 38.58 -
System Red Green Blue C M Y K H S L
Decimal 7 220 10 0.97 0 0.95 0.14 120.85 0.94 0.45
Hex 7 DC A 61 0 5F E 79 5E 2D
Octal 7 334 12 141 0 137 16 171 136 55
Binary 111 11011100 1010 1100001 0 1011111 1110 1111001 1011110 101101

Color Harmonies of #07DC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DC0A

Black with #07DC0A

Text Example


Text Example

White with #07DC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,220,10); }

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

background-color css

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

 a { background-color: rgb(7,220,10); }

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

border-color css

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

 span { border-color: rgb(7,220,10); }

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