Html Css Color HEX #09D41D Free Speech Green

📋 copy color: '#09D41D'

red 9 ◦ green 212 ◦ blue 29

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

Shades of Free Speech Green #09D41D

Tints of Free Speech Green #09D41D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 84.8%

 BLUE value IS 29 (11.72% from 255) = 11.6%

R = 3.6%
G = 84.8%
B = 11.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#09D41D (or 0x09D41D) is known color: Free Speech Green. HEX triplet: 09, D4 and 1D. RGB value is (9,212,29). Sum of RGB (Red+Green+Blue) = 9+212+29=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 212 (83.20% from 255 or 84.8% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 212 - color contains mainly: green. Hex color #09D41D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D41D is #F62BE2. Grayscale: #828282. Windows color (decimal): -16133091 or 1954825. OLE color: 1954825.

HSL color Cylindrical-coordinate representation of color #09D41D: hue angle of 125.91º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D41D is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 9 212 29 -
CMYK 0.96 0 0.86 0.17
HSL 125.91º 0.92% 0.43% -
HSV(B) 125.91º 0.96% 0.83% -
XYZ 23.88 47.23 9.02 -
YUV 130.44 70.75 41.38 -
System Red Green Blue C M Y K H S L
Decimal 9 212 29 0.96 0 0.86 0.17 125.91 0.92 0.43
Hex 9 D4 1D 60 0 56 11 7E 5C 2B
Octal 11 324 35 140 0 126 21 176 134 53
Binary 1001 11010100 11101 1100000 0 1010110 10001 1111110 1011100 101011

Color Harmonies of #09D41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D41D

Black with #09D41D

Text Example


Text Example

White with #09D41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,212,29); }

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

background-color css

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

 a { background-color: rgb(9,212,29); }

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

border-color css

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

 span { border-color: rgb(9,212,29); }

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