Html Css Color HEX #1CAE36 Dark Pastel Green

📋 copy color: '#1CAE36'

red 28 ◦ green 174 ◦ blue 54

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

Shades of Dark Pastel Green #1CAE36

Tints of Dark Pastel Green #1CAE36

RGB

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

 GREEN value IS 174 (68.36% from 255) = 67.97%

 BLUE value IS 54 (21.48% from 255) = 21.09%

R = 10.94%
G = 67.97%
B = 21.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#1CAE36 (or 0x1CAE36) is known color: Dark Pastel Green. HEX triplet: 1C, AE and 36. RGB value is (28,174,54). Sum of RGB (Red+Green+Blue) = 28+174+54=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 174 (68.36% from 255 or 67.97% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAE36 is #E351C9. Grayscale: #757575. Windows color (decimal): -14897610 or 3583516. OLE color: 3583516.

HSL color Cylindrical-coordinate representation of color #1CAE36: hue angle of 130.68º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAE36 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 174 54 -
CMYK 0.84 0 0.69 0.32
HSL 130.68º 0.72% 0.4% -
HSV(B) 130.68º 0.84% 0.68% -
XYZ 16.28 30.79 8.57 -
YUV 116.67 92.63 64.76 -
System Red Green Blue C M Y K H S L
Decimal 28 174 54 0.84 0 0.69 0.32 130.68 0.72 0.4
Hex 1C AE 36 54 0 45 20 83 48 28
Octal 34 256 66 124 0 105 40 203 110 50
Binary 11100 10101110 110110 1010100 0 1000101 100000 10000011 1001000 101000

Color Harmonies of #1CAE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAE36

Black with #1CAE36

Text Example


Text Example

White with #1CAE36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,174,54); }

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

background-color css

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

 a { background-color: rgb(28,174,54); }

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

border-color css

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

 span { border-color: rgb(28,174,54); }

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