Html Css Color HEX #0BDC09 Free Speech Green

📋 copy color: '#0BDC09'

red 11 ◦ green 220 ◦ blue 9

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

Shades of Free Speech Green #0BDC09

Tints of Free Speech Green #0BDC09

RGB

 RED value IS 11 (4.69% from 255) = 4.58%

 GREEN value IS 220 (86.33% from 255) = 91.67%

 BLUE value IS 9 (3.91% from 255) = 3.75%

R = 4.58%
G = 91.67%
B = 3.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#0BDC09 (or 0x0BDC09) is known color: Free Speech Green. HEX triplet: 0B, DC and 09. RGB value is (11,220,9). Sum of RGB (Red+Green+Blue) = 11+220+9=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 220 (86.33% from 255 or 91.67% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDC09 is #F423F6. Grayscale: #868686. Windows color (decimal): -15999991 or 646155. OLE color: 646155.

HSL color Cylindrical-coordinate representation of color #0BDC09: hue angle of 119.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BDC09 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 220 9 -
CMYK 0.95 0 0.96 0.14
HSL 119.43º 0.92% 0.45% -
HSV(B) 119.43º 0.96% 0.86% -
XYZ 25.78 51.28 8.8 -
YUV 133.46 57.76 40.66 -
System Red Green Blue C M Y K H S L
Decimal 11 220 9 0.95 0 0.96 0.14 119.43 0.92 0.45
Hex B DC 9 5F 0 60 E 77 5C 2D
Octal 13 334 11 137 0 140 16 167 134 55
Binary 1011 11011100 1001 1011111 0 1100000 1110 1110111 1011100 101101

Color Harmonies of #0BDC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDC09

Black with #0BDC09

Text Example


Text Example

White with #0BDC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BDC09; }

 p { color: rgb(11,220,9); }

 H1.HeaderClassName
 {
   color: #0BDC09;
 }
 .AnyTagClassName
 {
   color: #0BDC09;
 }
</style>

background-color css

<style>
 a { background-color: #0BDC09; }

 a { background-color: rgb(11,220,9); }

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

border-color css

<style>
 span { border-color: #0BDC09; }

 span { border-color: rgb(11,220,9); }

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