Html Css Color HEX #1CF009 Free Speech Green

📋 copy color: '#1CF009'

red 28 ◦ green 240 ◦ blue 9

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

Shades of Free Speech Green #1CF009

Tints of Free Speech Green #1CF009

RGB

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

 GREEN value IS 240 (94.14% from 255) = 86.64%

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

R = 10.11%
G = 86.64%
B = 3.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#1CF009 (or 0x1CF009) is known color: Free Speech Green. HEX triplet: 1C, F0 and 09. RGB value is (28,240,9). Sum of RGB (Red+Green+Blue) = 28+240+9=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 240 (94.14% from 255 or 86.64% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF009 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF009 is #E30FF6. Grayscale: #969696. Windows color (decimal): -14880759 or 651292. OLE color: 651292.

HSL color Cylindrical-coordinate representation of color #1CF009: hue angle of 115.06º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CF009 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 240 9 -
CMYK 0.88 0 0.96 0.06
HSL 115.06º 0.93% 0.49% -
HSV(B) 115.06º 0.96% 0.94% -
XYZ 31.69 62.59 10.67 -
YUV 150.28 48.26 40.78 -
System Red Green Blue C M Y K H S L
Decimal 28 240 9 0.88 0 0.96 0.06 115.06 0.93 0.49
Hex 1C F0 9 58 0 60 6 73 5D 31
Octal 34 360 11 130 0 140 6 163 135 61
Binary 11100 11110000 1001 1011000 0 1100000 110 1110011 1011101 110001

Color Harmonies of #1CF009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF009

Black with #1CF009

Text Example


Text Example

White with #1CF009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,240,9); }

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

background-color css

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

 a { background-color: rgb(28,240,9); }

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

border-color css

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

 span { border-color: rgb(28,240,9); }

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