Html Css Color HEX #0AF727 Free Speech Green

📋 copy color: '#0AF727'

red 10 ◦ green 247 ◦ blue 39

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

Shades of Free Speech Green #0AF727

Tints of Free Speech Green #0AF727

RGB

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

 GREEN value IS 247 (96.88% from 255) = 83.45%

 BLUE value IS 39 (15.63% from 255) = 13.18%

R = 3.38%
G = 83.45%
B = 13.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#0AF727 (or 0x0AF727) is known color: Free Speech Green. HEX triplet: 0A, F7 and 27. RGB value is (10,247,39). Sum of RGB (Red+Green+Blue) = 10+247+39=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 247 (96.88% from 255 or 83.45% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF727 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF727 is #F508D8. Grayscale: #999999. Windows color (decimal): -16058585 or 2619146. OLE color: 2619146.

HSL color Cylindrical-coordinate representation of color #0AF727: hue angle of 127.34º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF727 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 247 39 -
CMYK 0.96 0 0.84 0.03
HSL 127.34º 0.94% 0.5% -
HSV(B) 127.34º 0.96% 0.97% -
XYZ 33.75 66.73 13.02 -
YUV 152.43 63.98 26.41 -
System Red Green Blue C M Y K H S L
Decimal 10 247 39 0.96 0 0.84 0.03 127.34 0.94 0.5
Hex A F7 27 60 0 54 3 7F 5E 32
Octal 12 367 47 140 0 124 3 177 136 62
Binary 1010 11110111 100111 1100000 0 1010100 11 1111111 1011110 110010

Color Harmonies of #0AF727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF727

Black with #0AF727

Text Example


Text Example

White with #0AF727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,247,39); }

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

background-color css

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

 a { background-color: rgb(10,247,39); }

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

border-color css

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

 span { border-color: rgb(10,247,39); }

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