Html Css Color HEX #15F80A Free Speech Green

📋 copy color: '#15F80A'

red 21 ◦ green 248 ◦ blue 10

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

Shades of Free Speech Green #15F80A

Tints of Free Speech Green #15F80A

RGB

 RED value IS 21 (8.59% from 255) = 7.53%

 GREEN value IS 248 (97.27% from 255) = 88.89%

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

R = 7.53%
G = 88.89%
B = 3.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#15F80A (or 0x15F80A) is known color: Free Speech Green. HEX triplet: 15, F8 and 0A. RGB value is (21,248,10). Sum of RGB (Red+Green+Blue) = 21+248+10=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 248 (97.27% from 255 or 88.89% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 248 - color contains mainly: green. Hex color #15F80A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #15F80A is #EA07F5. Grayscale: #999999. Windows color (decimal): -15337462 or 718869. OLE color: 718869.

HSL color Cylindrical-coordinate representation of color #15F80A: hue angle of 117.23º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15F80A is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 248 10 -
CMYK 0.92 0 0.96 0.03
HSL 117.23º 0.94% 0.51% -
HSV(B) 117.23º 0.96% 0.97% -
XYZ 33.93 67.32 11.49 -
YUV 153 47.29 33.85 -
System Red Green Blue C M Y K H S L
Decimal 21 248 10 0.92 0 0.96 0.03 117.23 0.94 0.51
Hex 15 F8 A 5C 0 60 3 75 5E 33
Octal 25 370 12 134 0 140 3 165 136 63
Binary 10101 11111000 1010 1011100 0 1100000 11 1110101 1011110 110011

Color Harmonies of #15F80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F80A

Black with #15F80A

Text Example


Text Example

White with #15F80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15F80A; }

 p { color: rgb(21,248,10); }

 H1.HeaderClassName
 {
   color: #15F80A;
 }
 .AnyTagClassName
 {
   color: #15F80A;
 }
</style>

background-color css

<style>
 a { background-color: #15F80A; }

 a { background-color: rgb(21,248,10); }

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

border-color css

<style>
 span { border-color: #15F80A; }

 span { border-color: rgb(21,248,10); }

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