Html Css Color HEX #1ACC04 Free Speech Green

📋 copy color: '#1ACC04'

red 26 ◦ green 204 ◦ blue 4

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

Shades of Free Speech Green #1ACC04

Tints of Free Speech Green #1ACC04

RGB

 RED value IS 26 (10.55% from 255) = 11.11%

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

 BLUE value IS 4 (1.95% from 255) = 1.71%

R = 11.11%
G = 87.18%
B = 1.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#1ACC04 (or 0x1ACC04) is known color: Free Speech Green. HEX triplet: 1A, CC and 04. RGB value is (26,204,4). Sum of RGB (Red+Green+Blue) = 26+204+4=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 204 (80.08% from 255 or 87.18% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACC04 is #E533FB. Grayscale: #808080. Windows color (decimal): -15021052 or 314394. OLE color: 314394.

HSL color Cylindrical-coordinate representation of color #1ACC04: hue angle of 113.4º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1ACC04 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 26 204 4 -
CMYK 0.87 0 0.98 0.2
HSL 113.4º 0.96% 0.41% -
HSV(B) 113.4º 0.98% 0.8% -
XYZ 22.04 43.41 7.33 -
YUV 127.98 58.03 55.26 -
System Red Green Blue C M Y K H S L
Decimal 26 204 4 0.87 0 0.98 0.2 113.4 0.96 0.41
Hex 1A CC 4 57 0 62 14 71 60 29
Octal 32 314 4 127 0 142 24 161 140 51
Binary 11010 11001100 100 1010111 0 1100010 10100 1110001 1100000 101001

Color Harmonies of #1ACC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACC04

Black with #1ACC04

Text Example


Text Example

White with #1ACC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,204,4); }

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

background-color css

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

 a { background-color: rgb(26,204,4); }

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

border-color css

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

 span { border-color: rgb(26,204,4); }

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