Html Css Color HEX #06DF0C Free Speech Green

📋 copy color: '#06DF0C'

red 6 ◦ green 223 ◦ blue 12

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

Shades of Free Speech Green #06DF0C

Tints of Free Speech Green #06DF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.98%

R = 2.49%
G = 92.53%
B = 4.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#06DF0C (or 0x06DF0C) is known color: Free Speech Green. HEX triplet: 06, DF and 0C. RGB value is (6,223,12). Sum of RGB (Red+Green+Blue) = 6+223+12=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 223 (87.5% from 255 or 92.53% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DF0C is #F920F3. Grayscale: #868686. Windows color (decimal): -16326900 or 843526. OLE color: 843526.

HSL color Cylindrical-coordinate representation of color #06DF0C: hue angle of 121.66º 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 #06DF0C is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 223 12 -
CMYK 0.97 0 0.95 0.13
HSL 121.66º 0.95% 0.45% -
HSV(B) 121.66º 0.97% 0.87% -
XYZ 26.53 52.84 9.15 -
YUV 134.06 59.11 36.66 -
System Red Green Blue C M Y K H S L
Decimal 6 223 12 0.97 0 0.95 0.13 121.66 0.95 0.45
Hex 6 DF C 61 0 5F D 7A 5F 2D
Octal 6 337 14 141 0 137 15 172 137 55
Binary 110 11011111 1100 1100001 0 1011111 1101 1111010 1011111 101101

Color Harmonies of #06DF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DF0C

Black with #06DF0C

Text Example


Text Example

White with #06DF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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