#0ADB06

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

Shades of Free Speech Green #0ADB06

Tints of Free Speech Green #0ADB06

Color information

#0ADB06 (or 0x0ADB06) is unknown color: approx Free Speech Green. HEX triplet: 0A, DB and 06. RGB value is (10,219,6). Sum of RGB (Red+Green+Blue) = 10+219+6=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 219 (85.94% from 255 or 93.19% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ADB06 is #F524F9. Grayscale: #848484. Windows color (decimal): -16065786 or 449290. OLE color: 449290.

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

Color convert

RGB102196-
CMYK0.9500.970.14
HSL118.87º94.67%44.12%-
HSV(B)118.87º97.26%85.88%-
XYZ25.4950.748.62-
YUV132.2356.7640.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.26%
GREEN value IS 219 (85.94% from 255) = 93.19%
BLUE value IS 6 (2.73% from 255) = 2.55%
R=4.26%
G=93.19%
B=2.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1021960.9500.970.14118.8794.6744.12
HexADB65F061E775f2c
Octal12333613701411616713754
Binary101011011011110101111101100001111011101111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ADB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,219,6); }

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

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

 a { background-color: rgb(10,219,6); }

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

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

 span { border-color: rgb(10,219,6); }

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