Html Css Color HEX #15DD0A Free Speech Green

📋 copy color: '#15DD0A'

red 21 ◦ green 221 ◦ blue 10

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

Shades of Free Speech Green #15DD0A

Tints of Free Speech Green #15DD0A

RGB

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

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

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

R = 8.33%
G = 87.7%
B = 3.97%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#15DD0A (or 0x15DD0A) is known color: Free Speech Green. HEX triplet: 15, DD and 0A. RGB value is (21,221,10). Sum of RGB (Red+Green+Blue) = 21+221+10=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 221 (86.72% from 255 or 87.70% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 221 - color contains mainly: green. Hex color #15DD0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15DD0A is #EA22F5. Grayscale: #898989. Windows color (decimal): -15344374 or 711957. OLE color: 711957.

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

Color convert

RGB 21 221 10 -
CMYK 0.90 0 0.95 0.13
HSL 116.87º 0.91% 0.45% -
HSV(B) 116.87º 0.95% 0.87% -
XYZ 26.22 51.89 8.92 -
YUV 137.15 56.24 45.16 -
System Red Green Blue C M Y K H S L
Decimal 21 221 10 0.90 0 0.95 0.13 116.87 0.91 0.45
Hex 15 DD A 5A 0 5F D 75 5B 2D
Octal 25 335 12 132 0 137 15 165 133 55
Binary 10101 11011101 1010 1011010 0 1011111 1101 1110101 1011011 101101

Color Harmonies of #15DD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DD0A

Black with #15DD0A

Text Example


Text Example

White with #15DD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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