Html Css Color HEX #06CC16 Dark Pastel Green

📋 copy color: '#06CC16'

red 6 ◦ green 204 ◦ blue 22

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

Shades of Dark Pastel Green #06CC16

Tints of Dark Pastel Green #06CC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 2.59%
G = 87.93%
B = 9.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#06CC16 (or 0x06CC16) is known color: Dark Pastel Green. HEX triplet: 06, CC and 16. RGB value is (6,204,22). Sum of RGB (Red+Green+Blue) = 6+204+22=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 204 (80.08% from 255 or 87.93% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 204 - color contains mainly: green. Hex color #06CC16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06CC16 is #F933E9. Grayscale: #7C7C7C. Windows color (decimal): -16331754 or 1494022. OLE color: 1494022.

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

Color convert

RGB 6 204 22 -
CMYK 0.97 0 0.89 0.2
HSL 124.85º 0.94% 0.41% -
HSV(B) 124.85º 0.97% 0.8% -
XYZ 21.81 43.28 7.96 -
YUV 124.05 70.4 43.8 -
System Red Green Blue C M Y K H S L
Decimal 6 204 22 0.97 0 0.89 0.2 124.85 0.94 0.41
Hex 6 CC 16 61 0 59 14 7D 5E 29
Octal 6 314 26 141 0 131 24 175 136 51
Binary 110 11001100 10110 1100001 0 1011001 10100 1111101 1011110 101001

Color Harmonies of #06CC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CC16

Black with #06CC16

Text Example


Text Example

White with #06CC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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