Html Css Color HEX #1CE085 Shamrock

📋 copy color: '#1CE085'

red 28 ◦ green 224 ◦ blue 133

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

Shades of Shamrock #1CE085

Tints of Shamrock #1CE085

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.18%

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 7.27%
G = 58.18%
B = 34.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#1CE085 (or 0x1CE085) is known color: Shamrock. HEX triplet: 1C, E0 and 85. RGB value is (28,224,133). Sum of RGB (Red+Green+Blue) = 28+224+133=385 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.27% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CE085 is #E31F7A. Grayscale: #9B9B9B. Windows color (decimal): -14884731 or 8773660. OLE color: 8773660.

HSL color Cylindrical-coordinate representation of color #1CE085: hue angle of 152.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE085 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 28 224 133 -
CMYK 0.88 0 0.41 0.12
HSL 152.14º 0.78% 0.49% -
HSV(B) 152.14º 0.88% 0.88% -
XYZ 31.37 55.25 31.2 -
YUV 155.02 115.57 37.4 -
System Red Green Blue C M Y K H S L
Decimal 28 224 133 0.88 0 0.41 0.12 152.14 0.78 0.49
Hex 1C E0 85 58 0 29 C 98 4E 31
Octal 34 340 205 130 0 51 14 230 116 61
Binary 11100 11100000 10000101 1011000 0 101001 1100 10011000 1001110 110001

Color Harmonies of #1CE085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE085

Black with #1CE085

Text Example


Text Example

White with #1CE085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,224,133); }

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

background-color css

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

 a { background-color: rgb(28,224,133); }

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

border-color css

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

 span { border-color: rgb(28,224,133); }

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