Html Css Color HEX #06F028 Free Speech Green

📋 copy color: '#06F028'

red 6 ◦ green 240 ◦ blue 40

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

Shades of Free Speech Green #06F028

Tints of Free Speech Green #06F028

RGB

 RED value IS 6 (2.73% from 255) = 2.1%

 GREEN value IS 240 (94.14% from 255) = 83.92%

 BLUE value IS 40 (16.02% from 255) = 13.99%

R = 2.1%
G = 83.92%
B = 13.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#06F028 (or 0x06F028) is known color: Free Speech Green. HEX triplet: 06, F0 and 28. RGB value is (6,240,40). Sum of RGB (Red+Green+Blue) = 6+240+40=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 240 (94.14% from 255 or 83.92% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 240 - color contains mainly: green. Hex color #06F028 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06F028 is #F90FD7. Grayscale: #939393. Windows color (decimal): -16322520 or 2682886. OLE color: 2682886.

HSL color Cylindrical-coordinate representation of color #06F028: hue angle of 128.72º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F028 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 240 40 -
CMYK 0.98 0 0.83 0.06
HSL 128.72º 0.95% 0.48% -
HSV(B) 128.72º 0.98% 0.94% -
XYZ 31.62 62.51 12.41 -
YUV 147.23 67.48 27.26 -
System Red Green Blue C M Y K H S L
Decimal 6 240 40 0.98 0 0.83 0.06 128.72 0.95 0.48
Hex 6 F0 28 62 0 53 6 81 5F 30
Octal 6 360 50 142 0 123 6 201 137 60
Binary 110 11110000 101000 1100010 0 1010011 110 10000001 1011111 110000

Color Harmonies of #06F028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06F028

Black with #06F028

Text Example


Text Example

White with #06F028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06F028; }

 p { color: rgb(6,240,40); }

 H1.HeaderClassName
 {
   color: #06F028;
 }
 .AnyTagClassName
 {
   color: #06F028;
 }
</style>

background-color css

<style>
 a { background-color: #06F028; }

 a { background-color: rgb(6,240,40); }

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

border-color css

<style>
 span { border-color: #06F028; }

 span { border-color: rgb(6,240,40); }

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