Html Css Color HEX #1CAE4E Pigment Green

📋 copy color: '#1CAE4E'

red 28 ◦ green 174 ◦ blue 78

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

Shades of Pigment Green #1CAE4E

Tints of Pigment Green #1CAE4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.86%

R = 10%
G = 62.14%
B = 27.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#1CAE4E (or 0x1CAE4E) is known color: Pigment Green. HEX triplet: 1C, AE and 4E. RGB value is (28,174,78). Sum of RGB (Red+Green+Blue) = 28+174+78=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 174 (68.36% from 255 or 62.14% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAE4E is #E351B1. Grayscale: #777777. Windows color (decimal): -14897586 or 5156380. OLE color: 5156380.

HSL color Cylindrical-coordinate representation of color #1CAE4E: hue angle of 140.55º 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 #1CAE4E is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 174 78 -
CMYK 0.84 0 0.55 0.32
HSL 140.55º 0.72% 0.4% -
HSV(B) 140.55º 0.84% 0.68% -
XYZ 16.99 31.07 12.31 -
YUV 119.4 104.63 62.81 -
System Red Green Blue C M Y K H S L
Decimal 28 174 78 0.84 0 0.55 0.32 140.55 0.72 0.4
Hex 1C AE 4E 54 0 37 20 8D 48 28
Octal 34 256 116 124 0 67 40 215 110 50
Binary 11100 10101110 1001110 1010100 0 110111 100000 10001101 1001000 101000

Color Harmonies of #1CAE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAE4E

Black with #1CAE4E

Text Example


Text Example

White with #1CAE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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