#0AD722

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

Shades of Free Speech Green #0AD722

Tints of Free Speech Green #0AD722

Color information

#0AD722 (or 0x0AD722) is unknown color: approx Free Speech Green. HEX triplet: 0A, D7 and 22. RGB value is (10,215,34). Sum of RGB (Red+Green+Blue) = 10+215+34=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 215 (84.38% from 255 or 83.01% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD722 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD722 is #F528DD. Grayscale: #858585. Windows color (decimal): -16066782 or 2283274. OLE color: 2283274.

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

Color convert

RGB1021534-
CMYK0.9500.840.16
HSL127.02º91.11%44.12%-
HSV(B)127.02º95.35%84.31%-
XYZ24.7148.789.63-
YUV133.0772.0840.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.86%
GREEN value IS 215 (84.38% from 255) = 83.01%
BLUE value IS 34 (13.67% from 255) = 13.13%
R=3.86%
G=83.01%
B=13.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal10215340.9500.840.16127.0291.1144.12
HexAD7225F054107f5b2c
Octal123274213701242017713354
Binary1010110101111000101011111010101001000011111111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,215,34); }

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

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

 a { background-color: rgb(10,215,34); }

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

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

 span { border-color: rgb(10,215,34); }

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