#0AD31B

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

Shades of Free Speech Green #0AD31B

Tints of Free Speech Green #0AD31B

Color information

#0AD31B (or 0x0AD31B) is unknown color: approx Free Speech Green. HEX triplet: 0A, D3 and 1B. RGB value is (10,211,27). Sum of RGB (Red+Green+Blue) = 10+211+27=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 211 (82.81% from 255 or 85.08% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 211 - color contains mainly: green. Hex color #0AD31B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD31B is #F52CE4. Grayscale: #828282. Windows color (decimal): -16067813 or 1823498. OLE color: 1823498.

HSL color Cylindrical-coordinate representation of color #0AD31B: hue angle of 125.07º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD31B is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB1021127-
CMYK0.9500.870.17
HSL125.07º90.95%43.33%-
HSV(B)125.07º95.26%82.75%-
XYZ23.6246.738.81-
YUV129.9269.9142.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 211 (82.81% from 255) = 85.08%
BLUE value IS 27 (10.94% from 255) = 10.89%
R=4.03%
G=85.08%
B=10.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal10211270.9500.870.17125.0790.9543.33
HexAD31B5F057117d5b2b
Octal123233313701272117513353
Binary101011010011110111011111010101111000111111011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,211,27); }

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

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

 a { background-color: rgb(10,211,27); }

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

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

 span { border-color: rgb(10,211,27); }

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