Html Css Color HEX #15DD0E Free Speech Green

📋 copy color: '#15DD0E'

red 21 ◦ green 221 ◦ blue 14

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

Shades of Free Speech Green #15DD0E

Tints of Free Speech Green #15DD0E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 86.33%

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

R = 8.2%
G = 86.33%
B = 5.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#15DD0E (or 0x15DD0E) is known color: Free Speech Green. HEX triplet: 15, DD and 0E. RGB value is (21,221,14). Sum of RGB (Red+Green+Blue) = 21+221+14=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 221 (86.72% from 255 or 86.33% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 221 - color contains mainly: green. Hex color #15DD0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15DD0E is #EA22F1. Grayscale: #8A8A8A. Windows color (decimal): -15344370 or 974101. OLE color: 974101.

HSL color Cylindrical-coordinate representation of color #15DD0E: hue angle of 117.97º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #15DD0E is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 221 14 -
CMYK 0.90 0 0.94 0.13
HSL 117.97º 0.88% 0.46% -
HSV(B) 117.97º 0.94% 0.87% -
XYZ 26.24 51.9 9.05 -
YUV 137.6 58.24 44.83 -
System Red Green Blue C M Y K H S L
Decimal 21 221 14 0.90 0 0.94 0.13 117.97 0.88 0.46
Hex 15 DD E 5A 0 5E D 76 58 2E
Octal 25 335 16 132 0 136 15 166 130 56
Binary 10101 11011101 1110 1011010 0 1011110 1101 1110110 1011000 101110

Color Harmonies of #15DD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DD0E

Black with #15DD0E

Text Example


Text Example

White with #15DD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,221,14); }

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

background-color css

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

 a { background-color: rgb(21,221,14); }

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

border-color css

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

 span { border-color: rgb(21,221,14); }

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