Html Css Color HEX #09D00F Free Speech Green

📋 copy color: '#09D00F'

red 9 ◦ green 208 ◦ blue 15

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

Shades of Free Speech Green #09D00F

Tints of Free Speech Green #09D00F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 89.66%

 BLUE value IS 15 (6.25% from 255) = 6.47%

R = 3.88%
G = 89.66%
B = 6.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#09D00F (or 0x09D00F) is known color: Free Speech Green. HEX triplet: 09, D0 and 0F. RGB value is (9,208,15). Sum of RGB (Red+Green+Blue) = 9+208+15=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 208 (81.64% from 255 or 89.66% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 208 - color contains mainly: green. Hex color #09D00F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D00F is #F62FF0. Grayscale: #7F7F7F. Windows color (decimal): -16134129 or 1036297. OLE color: 1036297.

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

Color convert

RGB 9 208 15 -
CMYK 0.96 0 0.93 0.18
HSL 121.81º 0.92% 0.43% -
HSV(B) 121.81º 0.96% 0.82% -
XYZ 22.75 45.2 7.98 -
YUV 126.5 65.07 44.19 -
System Red Green Blue C M Y K H S L
Decimal 9 208 15 0.96 0 0.93 0.18 121.81 0.92 0.43
Hex 9 D0 F 60 0 5D 12 7A 5C 2B
Octal 11 320 17 140 0 135 22 172 134 53
Binary 1001 11010000 1111 1100000 0 1011101 10010 1111010 1011100 101011

Color Harmonies of #09D00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D00F

Black with #09D00F

Text Example


Text Example

White with #09D00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,208,15); }

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

background-color css

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

 a { background-color: rgb(9,208,15); }

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

border-color css

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

 span { border-color: rgb(9,208,15); }

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