Html Css Color HEX #13EA07 Free Speech Green

📋 copy color: '#13EA07'

red 19 ◦ green 234 ◦ blue 7

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

Shades of Free Speech Green #13EA07

Tints of Free Speech Green #13EA07

RGB

 RED value IS 19 (7.81% from 255) = 7.31%

 GREEN value IS 234 (91.8% from 255) = 90%

 BLUE value IS 7 (3.13% from 255) = 2.69%

R = 7.31%
G = 90%
B = 2.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#13EA07 (or 0x13EA07) is known color: Free Speech Green. HEX triplet: 13, EA and 07. RGB value is (19,234,7). Sum of RGB (Red+Green+Blue) = 19+234+7=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 234 (91.80% from 255 or 90% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13EA07 is #EC15F8. Grayscale: #909090. Windows color (decimal): -15472121 or 518675. OLE color: 518675.

HSL color Cylindrical-coordinate representation of color #13EA07: hue angle of 116.83º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13EA07 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 234 7 -
CMYK 0.92 0 0.97 0.08
HSL 116.83º 0.94% 0.47% -
HSV(B) 116.83º 0.97% 0.92% -
XYZ 29.73 59 10.02 -
YUV 143.84 50.77 38.96 -
System Red Green Blue C M Y K H S L
Decimal 19 234 7 0.92 0 0.97 0.08 116.83 0.94 0.47
Hex 13 EA 7 5C 0 61 8 75 5E 2F
Octal 23 352 7 134 0 141 10 165 136 57
Binary 10011 11101010 111 1011100 0 1100001 1000 1110101 1011110 101111

Color Harmonies of #13EA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EA07

Black with #13EA07

Text Example


Text Example

White with #13EA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13EA07; }

 p { color: rgb(19,234,7); }

 H1.HeaderClassName
 {
   color: #13EA07;
 }
 .AnyTagClassName
 {
   color: #13EA07;
 }
</style>

background-color css

<style>
 a { background-color: #13EA07; }

 a { background-color: rgb(19,234,7); }

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

border-color css

<style>
 span { border-color: #13EA07; }

 span { border-color: rgb(19,234,7); }

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