#0BDA20

Color #0BDA20 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0BDA20

Tints of Free Speech Green #0BDA20

Color information

#0BDA20 (or 0x0BDA20) is unknown color: approx Free Speech Green. HEX triplet: 0B, DA and 20. RGB value is (11,218,32). Sum of RGB (Red+Green+Blue) = 11+218+32=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 218 (85.55% from 255 or 83.52% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDA20 is #F425DF. Grayscale: #878787. Windows color (decimal): -16000480 or 2152971. OLE color: 2152971.

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

Color convert

RGB1121832-
CMYK0.9500.850.15
HSL126.09º90.39%44.9%-
HSV(B)126.09º94.95%85.49%-
XYZ25.4750.329.74-
YUV134.969.9239.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.21%
GREEN value IS 218 (85.55% from 255) = 83.52%
BLUE value IS 32 (12.89% from 255) = 12.26%
R=4.21%
G=83.52%
B=12.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal11218320.9500.850.15126.0990.3944.9
HexBDA205F055F7e5a2d
Octal133324013701251717613255
Binary101111011010100000101111101010101111111111101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,218,32); }

 H1.HeaderClassName
 {
   color: #0BDA20;
 }
 .AnyTagClassName
 {
   color: #0BDA20;
 }
</style>
background-color css

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

 a { background-color: rgb(11,218,32); }

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

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

 span { border-color: rgb(11,218,32); }

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