Html Css Color HEX #09DA03 Free Speech Green

📋 copy color: '#09DA03'

red 9 ◦ green 218 ◦ blue 3

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

Shades of Free Speech Green #09DA03

Tints of Free Speech Green #09DA03

RGB

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

 GREEN value IS 218 (85.55% from 255) = 94.78%

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 3.91%
G = 94.78%
B = 1.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#09DA03 (or 0x09DA03) is known color: Free Speech Green. HEX triplet: 09, DA and 03. RGB value is (9,218,3). Sum of RGB (Red+Green+Blue) = 9+218+3=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 218 (85.55% from 255 or 94.78% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 218 - color contains mainly: green. Hex color #09DA03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DA03 is #F625FC. Grayscale: #838383. Windows color (decimal): -16131581 or 252425. OLE color: 252425.

HSL color Cylindrical-coordinate representation of color #09DA03: hue angle of 118.33º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09DA03 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 218 3 -
CMYK 0.96 0 0.99 0.15
HSL 118.33º 0.97% 0.43% -
HSV(B) 118.33º 0.99% 0.85% -
XYZ 25.2 50.21 8.45 -
YUV 131 55.76 40.98 -
System Red Green Blue C M Y K H S L
Decimal 9 218 3 0.96 0 0.99 0.15 118.33 0.97 0.43
Hex 9 DA 3 60 0 63 F 76 61 2B
Octal 11 332 3 140 0 143 17 166 141 53
Binary 1001 11011010 11 1100000 0 1100011 1111 1110110 1100001 101011

Color Harmonies of #09DA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DA03

Black with #09DA03

Text Example


Text Example

White with #09DA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,218,3); }

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

background-color css

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

 a { background-color: rgb(9,218,3); }

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

border-color css

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

 span { border-color: rgb(9,218,3); }

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