Html Css Color HEX #18DC06 Free Speech Green

📋 copy color: '#18DC06'

red 24 ◦ green 220 ◦ blue 6

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

Shades of Free Speech Green #18DC06

Tints of Free Speech Green #18DC06

RGB

 RED value IS 24 (9.77% from 255) = 9.6%

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

 BLUE value IS 6 (2.73% from 255) = 2.4%

R = 9.6%
G = 88%
B = 2.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#18DC06 (or 0x18DC06) is known color: Free Speech Green. HEX triplet: 18, DC and 06. RGB value is (24,220,6). Sum of RGB (Red+Green+Blue) = 24+220+6=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 220 (86.33% from 255 or 88% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18DC06 is #E723F9. Grayscale: #898989. Windows color (decimal): -15148026 or 449560. OLE color: 449560.

HSL color Cylindrical-coordinate representation of color #18DC06: hue angle of 114.95º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18DC06 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 220 6 -
CMYK 0.89 0 0.97 0.14
HSL 114.95º 0.95% 0.44% -
HSV(B) 114.95º 0.97% 0.86% -
XYZ 26 51.39 8.72 -
YUV 137 54.07 47.4 -
System Red Green Blue C M Y K H S L
Decimal 24 220 6 0.89 0 0.97 0.14 114.95 0.95 0.44
Hex 18 DC 6 59 0 61 E 73 5F 2C
Octal 30 334 6 131 0 141 16 163 137 54
Binary 11000 11011100 110 1011001 0 1100001 1110 1110011 1011111 101100

Color Harmonies of #18DC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DC06

Black with #18DC06

Text Example


Text Example

White with #18DC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18DC06; }

 p { color: rgb(24,220,6); }

 H1.HeaderClassName
 {
   color: #18DC06;
 }
 .AnyTagClassName
 {
   color: #18DC06;
 }
</style>

background-color css

<style>
 a { background-color: #18DC06; }

 a { background-color: rgb(24,220,6); }

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

border-color css

<style>
 span { border-color: #18DC06; }

 span { border-color: rgb(24,220,6); }

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