Html Css Color HEX #06CC0A Free Speech Green

📋 copy color: '#06CC0A'

red 6 ◦ green 204 ◦ blue 10

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

Shades of Free Speech Green #06CC0A

Tints of Free Speech Green #06CC0A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 92.73%

 BLUE value IS 10 (4.3% from 255) = 4.55%

R = 2.73%
G = 92.73%
B = 4.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#06CC0A (or 0x06CC0A) is known color: Free Speech Green. HEX triplet: 06, CC and 0A. RGB value is (6,204,10). Sum of RGB (Red+Green+Blue) = 6+204+10=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 204 (80.08% from 255 or 92.73% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 204 - color contains mainly: green. Hex color #06CC0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06CC0A is #F933F5. Grayscale: #7B7B7B. Windows color (decimal): -16331766 or 707590. OLE color: 707590.

HSL color Cylindrical-coordinate representation of color #06CC0A: hue angle of 121.21º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CC0A is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 204 10 -
CMYK 0.97 0 0.95 0.2
HSL 121.21º 0.94% 0.41% -
HSV(B) 121.21º 0.97% 0.8% -
XYZ 21.72 43.25 7.49 -
YUV 122.68 64.4 44.77 -
System Red Green Blue C M Y K H S L
Decimal 6 204 10 0.97 0 0.95 0.2 121.21 0.94 0.41
Hex 6 CC A 61 0 5F 14 79 5E 29
Octal 6 314 12 141 0 137 24 171 136 51
Binary 110 11001100 1010 1100001 0 1011111 10100 1111001 1011110 101001

Color Harmonies of #06CC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CC0A

Black with #06CC0A

Text Example


Text Example

White with #06CC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,204,10); }

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

background-color css

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

 a { background-color: rgb(6,204,10); }

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

border-color css

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

 span { border-color: rgb(6,204,10); }

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