Html Css Color HEX #4ADEA5 Shamrock

📋 copy color: '#4ADEA5'

red 74 ◦ green 222 ◦ blue 165

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

Shades of Shamrock #4ADEA5

Tints of Shamrock #4ADEA5

RGB

 RED value IS 74 (29.3% from 255) = 16.05%

 GREEN value IS 222 (87.11% from 255) = 48.16%

 BLUE value IS 165 (64.84% from 255) = 35.79%

R = 16.05%
G = 48.16%
B = 35.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#4ADEA5 (or 0x4ADEA5) is known color: Shamrock. HEX triplet: 4A, DE and A5. RGB value is (74,222,165). Sum of RGB (Red+Green+Blue) = 74+222+165=461 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.05% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADEA5 is #B5215A. Grayscale: #ABABAB. Windows color (decimal): -11870555 or 10870346. OLE color: 10870346.

HSL color Cylindrical-coordinate representation of color #4ADEA5: hue angle of 156.89º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADEA5 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 222 165 -
CMYK 0.67 0 0.26 0.13
HSL 156.89º 0.69% 0.58% -
HSV(B) 156.89º 0.67% 0.87% -
XYZ 35.74 56.42 44.6 -
YUV 171.25 124.47 58.63 -
System Red Green Blue C M Y K H S L
Decimal 74 222 165 0.67 0 0.26 0.13 156.89 0.69 0.58
Hex 4A DE A5 43 0 1A D 9D 45 3A
Octal 112 336 245 103 0 32 15 235 105 72
Binary 1001010 11011110 10100101 1000011 0 11010 1101 10011101 1000101 111010

Color Harmonies of #4ADEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADEA5

Black with #4ADEA5

Text Example


Text Example

White with #4ADEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ADEA5; }

 p { color: rgb(74,222,165); }

 H1.HeaderClassName
 {
   color: #4ADEA5;
 }
 .AnyTagClassName
 {
   color: #4ADEA5;
 }
</style>

background-color css

<style>
 a { background-color: #4ADEA5; }

 a { background-color: rgb(74,222,165); }

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

border-color css

<style>
 span { border-color: #4ADEA5; }

 span { border-color: rgb(74,222,165); }

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