Html Css Color HEX #1DF90D Free Speech Green

📋 copy color: '#1DF90D'

red 29 ◦ green 249 ◦ blue 13

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

Shades of Free Speech Green #1DF90D

Tints of Free Speech Green #1DF90D

RGB

 RED value IS 29 (11.72% from 255) = 9.97%

 GREEN value IS 249 (97.66% from 255) = 85.57%

 BLUE value IS 13 (5.47% from 255) = 4.47%

R = 9.97%
G = 85.57%
B = 4.47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#1DF90D (or 0x1DF90D) is known color: Free Speech Green. HEX triplet: 1D, F9 and 0D. RGB value is (29,249,13). Sum of RGB (Red+Green+Blue) = 29+249+13=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 249 (97.66% from 255 or 85.57% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF90D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF90D is #E206F2. Grayscale: #9D9D9D. Windows color (decimal): -14812915 or 915741. OLE color: 915741.

HSL color Cylindrical-coordinate representation of color #1DF90D: hue angle of 115.93º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1DF90D is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 249 13 -
CMYK 0.88 0 0.95 0.02
HSL 115.93º 0.95% 0.51% -
HSV(B) 115.93º 0.95% 0.98% -
XYZ 34.46 68.04 11.7 -
YUV 156.32 47.11 37.19 -
System Red Green Blue C M Y K H S L
Decimal 29 249 13 0.88 0 0.95 0.02 115.93 0.95 0.51
Hex 1D F9 D 58 0 5F 2 74 5F 33
Octal 35 371 15 130 0 137 2 164 137 63
Binary 11101 11111001 1101 1011000 0 1011111 10 1110100 1011111 110011

Color Harmonies of #1DF90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF90D

Black with #1DF90D

Text Example


Text Example

White with #1DF90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,249,13); }

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

background-color css

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

 a { background-color: rgb(29,249,13); }

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

border-color css

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

 span { border-color: rgb(29,249,13); }

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