Html Css Color HEX #1CB84A Dark Pastel Green

📋 copy color: '#1CB84A'

red 28 ◦ green 184 ◦ blue 74

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

Shades of Dark Pastel Green #1CB84A

Tints of Dark Pastel Green #1CB84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 64.34%

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 9.79%
G = 64.34%
B = 25.87%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#1CB84A (or 0x1CB84A) is known color: Dark Pastel Green. HEX triplet: 1C, B8 and 4A. RGB value is (28,184,74). Sum of RGB (Red+Green+Blue) = 28+184+74=286 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.79% from 286); Green value is 184 (72.27% from 255 or 64.34% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 184 - color contains mainly: green. Hex color #1CB84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB84A is #E347B5. Grayscale: #7D7D7D. Windows color (decimal): -14895030 or 4896796. OLE color: 4896796.

HSL color Cylindrical-coordinate representation of color #1CB84A: hue angle of 137.69º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB84A is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 28 184 74 -
CMYK 0.85 0 0.60 0.28
HSL 137.69º 0.74% 0.42% -
HSV(B) 137.69º 0.85% 0.72% -
XYZ 18.86 35.02 12.24 -
YUV 124.82 99.32 58.94 -
System Red Green Blue C M Y K H S L
Decimal 28 184 74 0.85 0 0.60 0.28 137.69 0.74 0.42
Hex 1C B8 4A 55 0 3C 1C 8A 4A 2A
Octal 34 270 112 125 0 74 34 212 112 52
Binary 11100 10111000 1001010 1010101 0 111100 11100 10001010 1001010 101010

Color Harmonies of #1CB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB84A

Black with #1CB84A

Text Example


Text Example

White with #1CB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,184,74); }

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

background-color css

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

 a { background-color: rgb(28,184,74); }

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

border-color css

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

 span { border-color: rgb(28,184,74); }

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