Html Css Color HEX #06CC1C Dark Pastel Green

📋 copy color: '#06CC1C'

red 6 ◦ green 204 ◦ blue 28

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

Shades of Dark Pastel Green #06CC1C

Tints of Dark Pastel Green #06CC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 2.52%
G = 85.71%
B = 11.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#06CC1C (or 0x06CC1C) is known color: Dark Pastel Green. HEX triplet: 06, CC and 1C. RGB value is (6,204,28). Sum of RGB (Red+Green+Blue) = 6+204+28=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 204 (80.08% from 255 or 85.71% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 204 - color contains mainly: green. Hex color #06CC1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06CC1C is #F933E3. Grayscale: #7D7D7D. Windows color (decimal): -16331748 or 1887238. OLE color: 1887238.

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

Color convert

RGB 6 204 28 -
CMYK 0.97 0 0.86 0.2
HSL 126.67º 0.94% 0.41% -
HSV(B) 126.67º 0.97% 0.8% -
XYZ 21.88 43.31 8.3 -
YUV 124.73 73.4 43.31 -
System Red Green Blue C M Y K H S L
Decimal 6 204 28 0.97 0 0.86 0.2 126.67 0.94 0.41
Hex 6 CC 1C 61 0 56 14 7F 5E 29
Octal 6 314 34 141 0 126 24 177 136 51
Binary 110 11001100 11100 1100001 0 1010110 10100 1111111 1011110 101001

Color Harmonies of #06CC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CC1C

Black with #06CC1C

Text Example


Text Example

White with #06CC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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