Html Css Color HEX #09D70E Free Speech Green

📋 copy color: '#09D70E'

red 9 ◦ green 215 ◦ blue 14

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

Shades of Free Speech Green #09D70E

Tints of Free Speech Green #09D70E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 90.34%

 BLUE value IS 14 (5.86% from 255) = 5.88%

R = 3.78%
G = 90.34%
B = 5.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#09D70E (or 0x09D70E) is known color: Free Speech Green. HEX triplet: 09, D7 and 0E. RGB value is (9,215,14). Sum of RGB (Red+Green+Blue) = 9+215+14=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 215 (84.38% from 255 or 90.34% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 215 - color contains mainly: green. Hex color #09D70E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D70E is #F628F1. Grayscale: #838383. Windows color (decimal): -16132338 or 972553. OLE color: 972553.

HSL color Cylindrical-coordinate representation of color #09D70E: hue angle of 121.46º 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 #09D70E is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 215 14 -
CMYK 0.96 0 0.93 0.16
HSL 121.46º 0.92% 0.44% -
HSV(B) 121.46º 0.96% 0.84% -
XYZ 24.49 48.69 8.52 -
YUV 130.49 62.25 41.34 -
System Red Green Blue C M Y K H S L
Decimal 9 215 14 0.96 0 0.93 0.16 121.46 0.92 0.44
Hex 9 D7 E 60 0 5D 10 79 5C 2C
Octal 11 327 16 140 0 135 20 171 134 54
Binary 1001 11010111 1110 1100000 0 1011101 10000 1111001 1011100 101100

Color Harmonies of #09D70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D70E

Black with #09D70E

Text Example


Text Example

White with #09D70E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,215,14); }

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

background-color css

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

 a { background-color: rgb(9,215,14); }

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

border-color css

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

 span { border-color: rgb(9,215,14); }

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