Html Css Color HEX #1AD50C Free Speech Green

📋 copy color: '#1AD50C'

red 26 ◦ green 213 ◦ blue 12

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

Shades of Free Speech Green #1AD50C

Tints of Free Speech Green #1AD50C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 84.86%

 BLUE value IS 12 (5.08% from 255) = 4.78%

R = 10.36%
G = 84.86%
B = 4.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#1AD50C (or 0x1AD50C) is known color: Free Speech Green. HEX triplet: 1A, D5 and 0C. RGB value is (26,213,12). Sum of RGB (Red+Green+Blue) = 26+213+12=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 213 (83.59% from 255 or 84.86% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD50C is #E52AF3. Grayscale: #868686. Windows color (decimal): -15018740 or 840986. OLE color: 840986.

HSL color Cylindrical-coordinate representation of color #1AD50C: hue angle of 115.82º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AD50C is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 213 12 -
CMYK 0.88 0 0.94 0.16
HSL 115.82º 0.89% 0.44% -
HSV(B) 115.82º 0.94% 0.84% -
XYZ 24.29 47.83 8.3 -
YUV 134.17 59.05 50.84 -
System Red Green Blue C M Y K H S L
Decimal 26 213 12 0.88 0 0.94 0.16 115.82 0.89 0.44
Hex 1A D5 C 58 0 5E 10 74 59 2C
Octal 32 325 14 130 0 136 20 164 131 54
Binary 11010 11010101 1100 1011000 0 1011110 10000 1110100 1011001 101100

Color Harmonies of #1AD50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD50C

Black with #1AD50C

Text Example


Text Example

White with #1AD50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,213,12); }

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

background-color css

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

 a { background-color: rgb(26,213,12); }

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

border-color css

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

 span { border-color: rgb(26,213,12); }

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