Html Css Color HEX #1CD80F Free Speech Green

📋 copy color: '#1CD80F'

red 28 ◦ green 216 ◦ blue 15

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

Shades of Free Speech Green #1CD80F

Tints of Free Speech Green #1CD80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.79%

R = 10.81%
G = 83.4%
B = 5.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#1CD80F (or 0x1CD80F) is known color: Free Speech Green. HEX triplet: 1C, D8 and 0F. RGB value is (28,216,15). Sum of RGB (Red+Green+Blue) = 28+216+15=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 216 (84.77% from 255 or 83.40% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 216 - color contains mainly: green. Hex color #1CD80F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD80F is #E327F0. Grayscale: #898989. Windows color (decimal): -14886897 or 1038364. OLE color: 1038364.

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

Color convert

RGB 28 216 15 -
CMYK 0.87 0 0.93 0.15
HSL 116.12º 0.87% 0.45% -
HSV(B) 116.12º 0.93% 0.85% -
XYZ 25.12 49.39 8.66 -
YUV 136.87 59.22 50.34 -
System Red Green Blue C M Y K H S L
Decimal 28 216 15 0.87 0 0.93 0.15 116.12 0.87 0.45
Hex 1C D8 F 57 0 5D F 74 57 2D
Octal 34 330 17 127 0 135 17 164 127 55
Binary 11100 11011000 1111 1010111 0 1011101 1111 1110100 1010111 101101

Color Harmonies of #1CD80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD80F

Black with #1CD80F

Text Example


Text Example

White with #1CD80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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