Html Css Color HEX #09D50D Free Speech Green

📋 copy color: '#09D50D'

red 9 ◦ green 213 ◦ blue 13

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

Shades of Free Speech Green #09D50D

Tints of Free Speech Green #09D50D

RGB

 RED value IS 9 (3.91% from 255) = 3.83%

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

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

R = 3.83%
G = 90.64%
B = 5.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#09D50D (or 0x09D50D) is known color: Free Speech Green. HEX triplet: 09, D5 and 0D. RGB value is (9,213,13). Sum of RGB (Red+Green+Blue) = 9+213+13=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 213 (83.59% from 255 or 90.64% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 213 - color contains mainly: green. Hex color #09D50D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D50D is #F62AF2. Grayscale: #818181. Windows color (decimal): -16132851 or 906505. OLE color: 906505.

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

Color convert

RGB 9 213 13 -
CMYK 0.96 0 0.94 0.16
HSL 121.18º 0.92% 0.44% -
HSV(B) 121.18º 0.96% 0.84% -
XYZ 23.98 47.68 8.32 -
YUV 129.2 62.41 42.26 -
System Red Green Blue C M Y K H S L
Decimal 9 213 13 0.96 0 0.94 0.16 121.18 0.92 0.44
Hex 9 D5 D 60 0 5E 10 79 5C 2C
Octal 11 325 15 140 0 136 20 171 134 54
Binary 1001 11010101 1101 1100000 0 1011110 10000 1111001 1011100 101100

Color Harmonies of #09D50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D50D

Black with #09D50D

Text Example


Text Example

White with #09D50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09D50D; }

 p { color: rgb(9,213,13); }

 H1.HeaderClassName
 {
   color: #09D50D;
 }
 .AnyTagClassName
 {
   color: #09D50D;
 }
</style>

background-color css

<style>
 a { background-color: #09D50D; }

 a { background-color: rgb(9,213,13); }

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

border-color css

<style>
 span { border-color: #09D50D; }

 span { border-color: rgb(9,213,13); }

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