Html Css Color HEX #0AF633 Free Speech Green

📋 copy color: '#0AF633'

red 10 ◦ green 246 ◦ blue 51

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

Shades of Free Speech Green #0AF633

Tints of Free Speech Green #0AF633

RGB

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

 GREEN value IS 246 (96.48% from 255) = 80.13%

 BLUE value IS 51 (20.31% from 255) = 16.61%

R = 3.26%
G = 80.13%
B = 16.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#0AF633 (or 0x0AF633) is known color: Free Speech Green. HEX triplet: 0A, F6 and 33. RGB value is (10,246,51). Sum of RGB (Red+Green+Blue) = 10+246+51=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 246 (96.48% from 255 or 80.13% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 246 - color contains mainly: green. Hex color #0AF633 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF633 is #F509CC. Grayscale: #999999. Windows color (decimal): -16058829 or 3405322. OLE color: 3405322.

HSL color Cylindrical-coordinate representation of color #0AF633: hue angle of 130.42º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF633 is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 10 246 51 -
CMYK 0.96 0 0.79 0.04
HSL 130.42º 0.93% 0.5% -
HSV(B) 130.42º 0.96% 0.96% -
XYZ 33.68 66.22 14.14 -
YUV 153.21 70.31 25.86 -
System Red Green Blue C M Y K H S L
Decimal 10 246 51 0.96 0 0.79 0.04 130.42 0.93 0.5
Hex A F6 33 60 0 4F 4 82 5D 32
Octal 12 366 63 140 0 117 4 202 135 62
Binary 1010 11110110 110011 1100000 0 1001111 100 10000010 1011101 110010

Color Harmonies of #0AF633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF633

Black with #0AF633

Text Example


Text Example

White with #0AF633

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,246,51); }

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

background-color css

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

 a { background-color: rgb(10,246,51); }

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

border-color css

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

 span { border-color: rgb(10,246,51); }

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