Html Css Color HEX #1FDC09 Free Speech Green

📋 copy color: '#1FDC09'

red 31 ◦ green 220 ◦ blue 9

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

Shades of Free Speech Green #1FDC09

Tints of Free Speech Green #1FDC09

RGB

 RED value IS 31 (12.5% from 255) = 11.92%

 GREEN value IS 220 (86.33% from 255) = 84.62%

 BLUE value IS 9 (3.91% from 255) = 3.46%

R = 11.92%
G = 84.62%
B = 3.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#1FDC09 (or 0x1FDC09) is known color: Free Speech Green. HEX triplet: 1F, DC and 09. RGB value is (31,220,9). Sum of RGB (Red+Green+Blue) = 31+220+9=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 220 (86.33% from 255 or 84.62% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDC09 is #E023F6. Grayscale: #8C8C8C. Windows color (decimal): -14689271 or 646175. OLE color: 646175.

HSL color Cylindrical-coordinate representation of color #1FDC09: hue angle of 113.74º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FDC09 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 220 9 -
CMYK 0.86 0 0.96 0.14
HSL 113.74º 0.92% 0.45% -
HSV(B) 113.74º 0.96% 0.86% -
XYZ 26.21 51.5 8.82 -
YUV 139.44 54.38 50.66 -
System Red Green Blue C M Y K H S L
Decimal 31 220 9 0.86 0 0.96 0.14 113.74 0.92 0.45
Hex 1F DC 9 56 0 60 E 72 5C 2D
Octal 37 334 11 126 0 140 16 162 134 55
Binary 11111 11011100 1001 1010110 0 1100000 1110 1110010 1011100 101101

Color Harmonies of #1FDC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDC09

Black with #1FDC09

Text Example


Text Example

White with #1FDC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,220,9); }

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

background-color css

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

 a { background-color: rgb(31,220,9); }

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

border-color css

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

 span { border-color: rgb(31,220,9); }

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