Html Css Color HEX #10DA04 Free Speech Green

📋 copy color: '#10DA04'

red 16 ◦ green 218 ◦ blue 4

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

Shades of Free Speech Green #10DA04

Tints of Free Speech Green #10DA04

RGB

 RED value IS 16 (6.64% from 255) = 6.72%

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

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

R = 6.72%
G = 91.6%
B = 1.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#10DA04 (or 0x10DA04) is known color: Free Speech Green. HEX triplet: 10, DA and 04. RGB value is (16,218,4). Sum of RGB (Red+Green+Blue) = 16+218+4=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 218 (85.55% from 255 or 91.60% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10DA04 is #EF25FB. Grayscale: #858585. Windows color (decimal): -15672828 or 317968. OLE color: 317968.

HSL color Cylindrical-coordinate representation of color #10DA04: hue angle of 116.64º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10DA04 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 218 4 -
CMYK 0.93 0 0.98 0.15
HSL 116.64º 0.96% 0.44% -
HSV(B) 116.64º 0.98% 0.85% -
XYZ 25.31 50.26 8.48 -
YUV 133.21 55.08 44.4 -
System Red Green Blue C M Y K H S L
Decimal 16 218 4 0.93 0 0.98 0.15 116.64 0.96 0.44
Hex 10 DA 4 5D 0 62 F 75 60 2C
Octal 20 332 4 135 0 142 17 165 140 54
Binary 10000 11011010 100 1011101 0 1100010 1111 1110101 1100000 101100

Color Harmonies of #10DA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DA04

Black with #10DA04

Text Example


Text Example

White with #10DA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10DA04; }

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

 H1.HeaderClassName
 {
   color: #10DA04;
 }
 .AnyTagClassName
 {
   color: #10DA04;
 }
</style>

background-color css

<style>
 a { background-color: #10DA04; }

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

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

border-color css

<style>
 span { border-color: #10DA04; }

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

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