Html Css Color HEX #18CC01 Free Speech Green

📋 copy color: '#18CC01'

red 24 ◦ green 204 ◦ blue 1

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

Shades of Free Speech Green #18CC01

Tints of Free Speech Green #18CC01

RGB

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

 GREEN value IS 204 (80.08% from 255) = 89.08%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 10.48%
G = 89.08%
B = 0.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#18CC01 (or 0x18CC01) is known color: Free Speech Green. HEX triplet: 18, CC and 01. RGB value is (24,204,1). Sum of RGB (Red+Green+Blue) = 24+204+1=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 204 (80.08% from 255 or 89.08% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CC01 is #E733FE. Grayscale: #7F7F7F. Windows color (decimal): -15152127 or 117784. OLE color: 117784.

HSL color Cylindrical-coordinate representation of color #18CC01: hue angle of 113.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18CC01 is Cyan = 0.88, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 204 1 -
CMYK 0.88 0 1.00 0.2
HSL 113.2º 0.99% 0.4% -
HSV(B) 113.2º 1% 0.8% -
XYZ 21.98 43.38 7.24 -
YUV 127.04 56.87 54.51 -
System Red Green Blue C M Y K H S L
Decimal 24 204 1 0.88 0 1.00 0.2 113.2 0.99 0.4
Hex 18 CC 1 58 0 64 14 71 63 28
Octal 30 314 1 130 0 144 24 161 143 50
Binary 11000 11001100 1 1011000 0 1100100 10100 1110001 1100011 101000

Color Harmonies of #18CC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC01

Black with #18CC01

Text Example


Text Example

White with #18CC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,204,1); }

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

background-color css

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

 a { background-color: rgb(24,204,1); }

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

border-color css

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

 span { border-color: rgb(24,204,1); }

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