Html Css Color HEX #1CAE5B Pigment Green

📋 copy color: '#1CAE5B'

red 28 ◦ green 174 ◦ blue 91

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

Shades of Pigment Green #1CAE5B

Tints of Pigment Green #1CAE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.06%

R = 9.56%
G = 59.39%
B = 31.06%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#1CAE5B (or 0x1CAE5B) is known color: Pigment Green. HEX triplet: 1C, AE and 5B. RGB value is (28,174,91). Sum of RGB (Red+Green+Blue) = 28+174+91=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 174 (68.36% from 255 or 59.39% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAE5B is #E351A4. Grayscale: #797979. Windows color (decimal): -14897573 or 6008348. OLE color: 6008348.

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

Color convert

RGB 28 174 91 -
CMYK 0.84 0 0.48 0.32
HSL 145.89º 0.72% 0.4% -
HSV(B) 145.89º 0.84% 0.68% -
XYZ 17.5 31.27 15.01 -
YUV 120.88 111.13 61.75 -
System Red Green Blue C M Y K H S L
Decimal 28 174 91 0.84 0 0.48 0.32 145.89 0.72 0.4
Hex 1C AE 5B 54 0 30 20 92 48 28
Octal 34 256 133 124 0 60 40 222 110 50
Binary 11100 10101110 1011011 1010100 0 110000 100000 10010010 1001000 101000

Color Harmonies of #1CAE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAE5B

Black with #1CAE5B

Text Example


Text Example

White with #1CAE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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