Html Css Color HEX #0AFD20 Free Speech Green

📋 copy color: '#0AFD20'

red 10 ◦ green 253 ◦ blue 32

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

Shades of Free Speech Green #0AFD20

Tints of Free Speech Green #0AFD20

RGB

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

 GREEN value IS 253 (99.22% from 255) = 85.76%

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 3.39%
G = 85.76%
B = 10.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#0AFD20 (or 0x0AFD20) is known color: Free Speech Green. HEX triplet: 0A, FD and 20. RGB value is (10,253,32). Sum of RGB (Red+Green+Blue) = 10+253+32=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 253 (99.22% from 255 or 85.76% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 253 - color contains mainly: green. Hex color #0AFD20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFD20 is #F502DF. Grayscale: #9B9B9B. Windows color (decimal): -16057056 or 2161930. OLE color: 2161930.

HSL color Cylindrical-coordinate representation of color #0AFD20: hue angle of 125.43º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFD20 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 10 253 32 -
CMYK 0.96 0 0.87 0.01
HSL 125.43º 0.98% 0.52% -
HSV(B) 125.43º 0.96% 0.99% -
XYZ 35.51 70.42 13.09 -
YUV 155.15 58.49 24.47 -
System Red Green Blue C M Y K H S L
Decimal 10 253 32 0.96 0 0.87 0.01 125.43 0.98 0.52
Hex A FD 20 60 0 57 1 7D 62 34
Octal 12 375 40 140 0 127 1 175 142 64
Binary 1010 11111101 100000 1100000 0 1010111 1 1111101 1100010 110100

Color Harmonies of #0AFD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFD20

Black with #0AFD20

Text Example


Text Example

White with #0AFD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,253,32); }

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

background-color css

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

 a { background-color: rgb(10,253,32); }

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

border-color css

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

 span { border-color: rgb(10,253,32); }

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