Html Css Color HEX #18DA06 Free Speech Green

📋 copy color: '#18DA06'

red 24 ◦ green 218 ◦ blue 6

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

Shades of Free Speech Green #18DA06

Tints of Free Speech Green #18DA06

RGB

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

 GREEN value IS 218 (85.55% from 255) = 87.9%

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

R = 9.68%
G = 87.9%
B = 2.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#18DA06 (or 0x18DA06) is known color: Free Speech Green. HEX triplet: 18, DA and 06. RGB value is (24,218,6). Sum of RGB (Red+Green+Blue) = 24+218+6=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 218 (85.55% from 255 or 87.90% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 218 - color contains mainly: green. Hex color #18DA06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18DA06 is #E725F9. Grayscale: #888888. Windows color (decimal): -15148538 or 449048. OLE color: 449048.

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

Color convert

RGB 24 218 6 -
CMYK 0.89 0 0.97 0.15
HSL 114.91º 0.95% 0.44% -
HSV(B) 114.91º 0.97% 0.85% -
XYZ 25.48 50.35 8.55 -
YUV 135.83 54.73 48.24 -
System Red Green Blue C M Y K H S L
Decimal 24 218 6 0.89 0 0.97 0.15 114.91 0.95 0.44
Hex 18 DA 6 59 0 61 F 73 5F 2C
Octal 30 332 6 131 0 141 17 163 137 54
Binary 11000 11011010 110 1011001 0 1100001 1111 1110011 1011111 101100

Color Harmonies of #18DA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DA06

Black with #18DA06

Text Example


Text Example

White with #18DA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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