Html Css Color HEX #04CC10 Free Speech Green

📋 copy color: '#04CC10'

red 4 ◦ green 204 ◦ blue 16

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

Shades of Free Speech Green #04CC10

Tints of Free Speech Green #04CC10

RGB

 RED value IS 4 (1.95% from 255) = 1.79%

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

 BLUE value IS 16 (6.64% from 255) = 7.14%

R = 1.79%
G = 91.07%
B = 7.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#04CC10 (or 0x04CC10) is known color: Free Speech Green. HEX triplet: 04, CC and 10. RGB value is (4,204,16). Sum of RGB (Red+Green+Blue) = 4+204+16=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 204 (80.08% from 255 or 91.07% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CC10 is #FB33EF. Grayscale: #7B7B7B. Windows color (decimal): -16462832 or 1100804. OLE color: 1100804.

HSL color Cylindrical-coordinate representation of color #04CC10: hue angle of 123.6º 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 #04CC10 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 204 16 -
CMYK 0.98 0 0.92 0.2
HSL 123.6º 0.96% 0.41% -
HSV(B) 123.6º 0.98% 0.8% -
XYZ 21.74 43.25 7.69 -
YUV 122.77 67.74 43.29 -
System Red Green Blue C M Y K H S L
Decimal 4 204 16 0.98 0 0.92 0.2 123.6 0.96 0.41
Hex 4 CC 10 62 0 5C 14 7C 60 29
Octal 4 314 20 142 0 134 24 174 140 51
Binary 100 11001100 10000 1100010 0 1011100 10100 1111100 1100000 101001

Color Harmonies of #04CC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CC10

Black with #04CC10

Text Example


Text Example

White with #04CC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04CC10; }

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

 H1.HeaderClassName
 {
   color: #04CC10;
 }
 .AnyTagClassName
 {
   color: #04CC10;
 }
</style>

background-color css

<style>
 a { background-color: #04CC10; }

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

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

border-color css

<style>
 span { border-color: #04CC10; }

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

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