#0AFD38

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

Shades of Free Speech Green #0AFD38

Tints of Free Speech Green #0AFD38

Color information

#0AFD38 (or 0x0AFD38) is unknown color: approx Free Speech Green. HEX triplet: 0A, FD and 38. RGB value is (10,253,56). Sum of RGB (Red+Green+Blue) = 10+253+56=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 253 (99.22% from 255 or 79.31% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 253 - color contains mainly: green. Hex color #0AFD38 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFD38 is #F502C7. Grayscale: #9E9E9E. Windows color (decimal): -16057032 or 3734794. OLE color: 3734794.

HSL color Cylindrical-coordinate representation of color #0AFD38: hue angle of 131.36º 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 #0AFD38 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB1025356-
CMYK0.9600.780.01
HSL131.36º98.38%51.57%-
HSV(B)131.36º96.05%99.22%-
XYZ35.9670.615.47-
YUV157.8870.4922.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.13%
GREEN value IS 253 (99.22% from 255) = 79.31%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=3.13%
G=79.31%
B=17.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal10253560.9600.780.01131.3698.3851.57
HexAFD386004E1836234
Octal12375701400116120314264
Binary1010111111011110001100000010011101100000111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AFD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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