#0afa23

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

Shades of Free Speech Green #0AFA23

Tints of Free Speech Green #0AFA23

Color information

#0AFA23 (or 0x0AFA23) is unknown color: approx Free Speech Green. HEX triplet: 0A, FA and 23. RGB value is (10,250,35). Sum of RGB (Red+Green+Blue) = 10+250+35=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 250 (98.05% from 255 or 84.75% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA23 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFA23 is #F505DC. Grayscale: #9A9A9A. Windows color (decimal): -16057821 or 2357770. OLE color: 2357770.

HSL color Cylindrical-coordinate representation of color #0AFA23: hue angle of 126.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFA23 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB1025035-
CMYK0.9600.860.02
HSL126.25º96%50.98%-
HSV(B)126.25º96%98.04%-
XYZ34.6168.5613-
YUV153.7360.9925.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.39%
GREEN value IS 250 (98.05% from 255) = 84.75%
BLUE value IS 35 (14.06% from 255) = 11.86%
R=3.39%
G=84.75%
B=11.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal10250350.9600.860.02126.259650.98
HexAFA236005627e6033
Octal12372431400126217614063
Binary1010111110101000111100000010101101011111101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0afa23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,250,35); }

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

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

 a { background-color: rgb(10,250,35); }

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

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

 span { border-color: rgb(10,250,35); }

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