Html Css Color HEX #06DF12 Free Speech Green

📋 copy color: '#06DF12'

red 6 ◦ green 223 ◦ blue 18

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

Shades of Free Speech Green #06DF12

Tints of Free Speech Green #06DF12

RGB

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

 GREEN value IS 223 (87.5% from 255) = 90.28%

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 2.43%
G = 90.28%
B = 7.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#06DF12 (or 0x06DF12) is known color: Free Speech Green. HEX triplet: 06, DF and 12. RGB value is (6,223,18). Sum of RGB (Red+Green+Blue) = 6+223+18=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 223 (87.5% from 255 or 90.28% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DF12 is #F920ED. Grayscale: #878787. Windows color (decimal): -16326894 or 1236742. OLE color: 1236742.

HSL color Cylindrical-coordinate representation of color #06DF12: hue angle of 123.32º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DF12 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 223 18 -
CMYK 0.97 0 0.92 0.13
HSL 123.32º 0.95% 0.45% -
HSV(B) 123.32º 0.97% 0.87% -
XYZ 26.57 52.86 9.37 -
YUV 134.75 62.11 36.17 -
System Red Green Blue C M Y K H S L
Decimal 6 223 18 0.97 0 0.92 0.13 123.32 0.95 0.45
Hex 6 DF 12 61 0 5C D 7B 5F 2D
Octal 6 337 22 141 0 134 15 173 137 55
Binary 110 11011111 10010 1100001 0 1011100 1101 1111011 1011111 101101

Color Harmonies of #06DF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DF12

Black with #06DF12

Text Example


Text Example

White with #06DF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,223,18); }

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

background-color css

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

 a { background-color: rgb(6,223,18); }

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

border-color css

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

 span { border-color: rgb(6,223,18); }

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