Html Css Color HEX #09D61C Free Speech Green

📋 copy color: '#09D61C'

red 9 ◦ green 214 ◦ blue 28

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

Shades of Free Speech Green #09D61C

Tints of Free Speech Green #09D61C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 85.26%

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 3.59%
G = 85.26%
B = 11.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#09D61C (or 0x09D61C) is known color: Free Speech Green. HEX triplet: 09, D6 and 1C. RGB value is (9,214,28). Sum of RGB (Red+Green+Blue) = 9+214+28=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 214 (83.98% from 255 or 85.26% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 214 - color contains mainly: green. Hex color #09D61C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D61C is #F629E3. Grayscale: #848484. Windows color (decimal): -16132580 or 1889801. OLE color: 1889801.

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

Color convert

RGB 9 214 28 -
CMYK 0.96 0 0.87 0.16
HSL 125.56º 0.92% 0.44% -
HSV(B) 125.56º 0.96% 0.84% -
XYZ 24.37 48.24 9.12 -
YUV 131.5 69.58 40.62 -
System Red Green Blue C M Y K H S L
Decimal 9 214 28 0.96 0 0.87 0.16 125.56 0.92 0.44
Hex 9 D6 1C 60 0 57 10 7E 5C 2C
Octal 11 326 34 140 0 127 20 176 134 54
Binary 1001 11010110 11100 1100000 0 1010111 10000 1111110 1011100 101100

Color Harmonies of #09D61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D61C

Black with #09D61C

Text Example


Text Example

White with #09D61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,214,28); }

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

background-color css

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

 a { background-color: rgb(9,214,28); }

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

border-color css

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

 span { border-color: rgb(9,214,28); }

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