Html Css Color HEX #0AD81A Free Speech Green

📋 copy color: '#0AD81A'

red 10 ◦ green 216 ◦ blue 26

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

Shades of Free Speech Green #0AD81A

Tints of Free Speech Green #0AD81A

RGB

 RED value IS 10 (4.3% from 255) = 3.97%

 GREEN value IS 216 (84.77% from 255) = 85.71%

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 3.97%
G = 85.71%
B = 10.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#0AD81A (or 0x0AD81A) is known color: Free Speech Green. HEX triplet: 0A, D8 and 1A. RGB value is (10,216,26). Sum of RGB (Red+Green+Blue) = 10+216+26=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 216 (84.77% from 255 or 85.71% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD81A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD81A is #F527E5. Grayscale: #858585. Windows color (decimal): -16066534 or 1759242. OLE color: 1759242.

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

Color convert

RGB 10 216 26 -
CMYK 0.95 0 0.88 0.15
HSL 124.66º 0.91% 0.44% -
HSV(B) 124.66º 0.95% 0.85% -
XYZ 24.87 49.25 9.17 -
YUV 132.75 67.75 40.45 -
System Red Green Blue C M Y K H S L
Decimal 10 216 26 0.95 0 0.88 0.15 124.66 0.91 0.44
Hex A D8 1A 5F 0 58 F 7D 5B 2C
Octal 12 330 32 137 0 130 17 175 133 54
Binary 1010 11011000 11010 1011111 0 1011000 1111 1111101 1011011 101100

Color Harmonies of #0AD81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD81A

Black with #0AD81A

Text Example


Text Example

White with #0AD81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,216,26); }

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

background-color css

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

 a { background-color: rgb(10,216,26); }

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

border-color css

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

 span { border-color: rgb(10,216,26); }

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