Html Css Color HEX #1CCC40 Dark Pastel Green

📋 copy color: '#1CCC40'

red 28 ◦ green 204 ◦ blue 64

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

Shades of Dark Pastel Green #1CCC40

Tints of Dark Pastel Green #1CCC40

RGB

 RED value IS 28 (11.33% from 255) = 9.46%

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

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 9.46%
G = 68.92%
B = 21.62%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#1CCC40 (or 0x1CCC40) is known color: Dark Pastel Green. HEX triplet: 1C, CC and 40. RGB value is (28,204,64). Sum of RGB (Red+Green+Blue) = 28+204+64=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 204 (80.08% from 255 or 68.92% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCC40 is #E333BF. Grayscale: #878787. Windows color (decimal): -14889920 or 4246556. OLE color: 4246556.

HSL color Cylindrical-coordinate representation of color #1CCC40: hue angle of 132.27º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCC40 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 28 204 64 -
CMYK 0.86 0 0.69 0.2
HSL 132.27º 0.76% 0.45% -
HSV(B) 132.27º 0.86% 0.8% -
XYZ 23 43.8 12.09 -
YUV 135.42 87.69 51.38 -
System Red Green Blue C M Y K H S L
Decimal 28 204 64 0.86 0 0.69 0.2 132.27 0.76 0.45
Hex 1C CC 40 56 0 45 14 84 4C 2D
Octal 34 314 100 126 0 105 24 204 114 55
Binary 11100 11001100 1000000 1010110 0 1000101 10100 10000100 1001100 101101

Color Harmonies of #1CCC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC40

Black with #1CCC40

Text Example


Text Example

White with #1CCC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CCC40; }

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

 H1.HeaderClassName
 {
   color: #1CCC40;
 }
 .AnyTagClassName
 {
   color: #1CCC40;
 }
</style>

background-color css

<style>
 a { background-color: #1CCC40; }

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

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

border-color css

<style>
 span { border-color: #1CCC40; }

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

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