Html Css Color HEX #1CD814 Free Speech Green

📋 copy color: '#1CD814'

red 28 ◦ green 216 ◦ blue 20

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

Shades of Free Speech Green #1CD814

Tints of Free Speech Green #1CD814

RGB

 RED value IS 28 (11.33% from 255) = 10.61%

 GREEN value IS 216 (84.77% from 255) = 81.82%

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

R = 10.61%
G = 81.82%
B = 7.58%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#1CD814 (or 0x1CD814) is known color: Free Speech Green. HEX triplet: 1C, D8 and 14. RGB value is (28,216,20). Sum of RGB (Red+Green+Blue) = 28+216+20=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 216 (84.77% from 255 or 81.82% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 216 - color contains mainly: green. Hex color #1CD814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD814 is #E327EB. Grayscale: #8A8A8A. Windows color (decimal): -14886892 or 1366044. OLE color: 1366044.

HSL color Cylindrical-coordinate representation of color #1CD814: hue angle of 117.55º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CD814 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 28 216 20 -
CMYK 0.87 0 0.91 0.15
HSL 117.55º 0.83% 0.46% -
HSV(B) 117.55º 0.91% 0.85% -
XYZ 25.16 49.41 8.87 -
YUV 137.44 61.72 49.94 -
System Red Green Blue C M Y K H S L
Decimal 28 216 20 0.87 0 0.91 0.15 117.55 0.83 0.46
Hex 1C D8 14 57 0 5B F 76 53 2E
Octal 34 330 24 127 0 133 17 166 123 56
Binary 11100 11011000 10100 1010111 0 1011011 1111 1110110 1010011 101110

Color Harmonies of #1CD814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD814

Black with #1CD814

Text Example


Text Example

White with #1CD814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CD814; }

 p { color: rgb(28,216,20); }

 H1.HeaderClassName
 {
   color: #1CD814;
 }
 .AnyTagClassName
 {
   color: #1CD814;
 }
</style>

background-color css

<style>
 a { background-color: #1CD814; }

 a { background-color: rgb(28,216,20); }

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

border-color css

<style>
 span { border-color: #1CD814; }

 span { border-color: rgb(28,216,20); }

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