Html Css Color HEX #0BDC19 Free Speech Green

📋 copy color: '#0BDC19'

red 11 ◦ green 220 ◦ blue 25

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

Shades of Free Speech Green #0BDC19

Tints of Free Speech Green #0BDC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.77%

R = 4.3%
G = 85.94%
B = 9.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#0BDC19 (or 0x0BDC19) is known color: Free Speech Green. HEX triplet: 0B, DC and 19. RGB value is (11,220,25). Sum of RGB (Red+Green+Blue) = 11+220+25=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 220 (86.33% from 255 or 85.94% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDC19 is #F423E6. Grayscale: #878787. Windows color (decimal): -15999975 or 1694731. OLE color: 1694731.

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

Color convert

RGB 11 220 25 -
CMYK 0.95 0 0.89 0.14
HSL 124.02º 0.9% 0.45% -
HSV(B) 124.02º 0.95% 0.86% -
XYZ 25.91 51.33 9.46 -
YUV 135.28 65.76 39.36 -
System Red Green Blue C M Y K H S L
Decimal 11 220 25 0.95 0 0.89 0.14 124.02 0.9 0.45
Hex B DC 19 5F 0 59 E 7C 5A 2D
Octal 13 334 31 137 0 131 16 174 132 55
Binary 1011 11011100 11001 1011111 0 1011001 1110 1111100 1011010 101101

Color Harmonies of #0BDC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDC19

Black with #0BDC19

Text Example


Text Example

White with #0BDC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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