Html Css Color HEX #15CD0E Free Speech Green

📋 copy color: '#15CD0E'

red 21 ◦ green 205 ◦ blue 14

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

Shades of Free Speech Green #15CD0E

Tints of Free Speech Green #15CD0E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 85.42%

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

R = 8.75%
G = 85.42%
B = 5.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#15CD0E (or 0x15CD0E) is known color: Free Speech Green. HEX triplet: 15, CD and 0E. RGB value is (21,205,14). Sum of RGB (Red+Green+Blue) = 21+205+14=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 205 (80.47% from 255 or 85.42% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 205 - color contains mainly: green. Hex color #15CD0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15CD0E is #EA32F1. Grayscale: #808080. Windows color (decimal): -15348466 or 970005. OLE color: 970005.

HSL color Cylindrical-coordinate representation of color #15CD0E: hue angle of 117.8º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15CD0E is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 205 14 -
CMYK 0.90 0 0.93 0.20
HSL 117.8º 0.87% 0.43% -
HSV(B) 117.8º 0.93% 0.8% -
XYZ 22.22 43.85 7.71 -
YUV 128.21 63.54 51.53 -
System Red Green Blue C M Y K H S L
Decimal 21 205 14 0.90 0 0.93 0.20 117.8 0.87 0.43
Hex 15 CD E 5A 0 5D 14 76 57 2B
Octal 25 315 16 132 0 135 24 166 127 53
Binary 10101 11001101 1110 1011010 0 1011101 10100 1110110 1010111 101011

Color Harmonies of #15CD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CD0E

Black with #15CD0E

Text Example


Text Example

White with #15CD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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