Html Css Color HEX #1CAE4B Pigment Green

📋 copy color: '#1CAE4B'

red 28 ◦ green 174 ◦ blue 75

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

Shades of Pigment Green #1CAE4B

Tints of Pigment Green #1CAE4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.08%

R = 10.11%
G = 62.82%
B = 27.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#1CAE4B (or 0x1CAE4B) is known color: Pigment Green. HEX triplet: 1C, AE and 4B. RGB value is (28,174,75). Sum of RGB (Red+Green+Blue) = 28+174+75=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 174 (68.36% from 255 or 62.82% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAE4B is #E351B4. Grayscale: #777777. Windows color (decimal): -14897589 or 4959772. OLE color: 4959772.

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

Color convert

RGB 28 174 75 -
CMYK 0.84 0 0.57 0.32
HSL 139.32º 0.72% 0.4% -
HSV(B) 139.32º 0.84% 0.68% -
XYZ 16.88 31.03 11.76 -
YUV 119.06 103.13 63.05 -
System Red Green Blue C M Y K H S L
Decimal 28 174 75 0.84 0 0.57 0.32 139.32 0.72 0.4
Hex 1C AE 4B 54 0 39 20 8B 48 28
Octal 34 256 113 124 0 71 40 213 110 50
Binary 11100 10101110 1001011 1010100 0 111001 100000 10001011 1001000 101000

Color Harmonies of #1CAE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAE4B

Black with #1CAE4B

Text Example


Text Example

White with #1CAE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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