Html Css Color HEX #10E714 Free Speech Green

📋 copy color: '#10E714'

red 16 ◦ green 231 ◦ blue 20

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

Shades of Free Speech Green #10E714

Tints of Free Speech Green #10E714

RGB

 RED value IS 16 (6.64% from 255) = 5.99%

 GREEN value IS 231 (90.63% from 255) = 86.52%

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 5.99%
G = 86.52%
B = 7.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#10E714 (or 0x10E714) is known color: Free Speech Green. HEX triplet: 10, E7 and 14. RGB value is (16,231,20). Sum of RGB (Red+Green+Blue) = 16+231+20=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 231 (90.62% from 255 or 86.52% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 231 - color contains mainly: green. Hex color #10E714 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10E714 is #EF18EB. Grayscale: #8F8F8F. Windows color (decimal): -15669484 or 1369872. OLE color: 1369872.

HSL color Cylindrical-coordinate representation of color #10E714: hue angle of 121.12º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E714 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 16 231 20 -
CMYK 0.93 0 0.91 0.09
HSL 121.12º 0.87% 0.48% -
HSV(B) 121.12º 0.93% 0.91% -
XYZ 28.92 57.31 10.2 -
YUV 142.66 58.77 37.66 -
System Red Green Blue C M Y K H S L
Decimal 16 231 20 0.93 0 0.91 0.09 121.12 0.87 0.48
Hex 10 E7 14 5D 0 5B 9 79 57 30
Octal 20 347 24 135 0 133 11 171 127 60
Binary 10000 11100111 10100 1011101 0 1011011 1001 1111001 1010111 110000

Color Harmonies of #10E714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E714

Black with #10E714

Text Example


Text Example

White with #10E714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10E714; }

 p { color: rgb(16,231,20); }

 H1.HeaderClassName
 {
   color: #10E714;
 }
 .AnyTagClassName
 {
   color: #10E714;
 }
</style>

background-color css

<style>
 a { background-color: #10E714; }

 a { background-color: rgb(16,231,20); }

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

border-color css

<style>
 span { border-color: #10E714; }

 span { border-color: rgb(16,231,20); }

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