Html Css Color HEX #4ACF9B Shamrock

📋 copy color: '#4ACF9B'

red 74 ◦ green 207 ◦ blue 155

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

Shades of Shamrock #4ACF9B

Tints of Shamrock #4ACF9B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.48%

 BLUE value IS 155 (60.94% from 255) = 35.55%

R = 16.97%
G = 47.48%
B = 35.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#4ACF9B (or 0x4ACF9B) is known color: Shamrock. HEX triplet: 4A, CF and 9B. RGB value is (74,207,155). Sum of RGB (Red+Green+Blue) = 74+207+155=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACF9B is #B53064. Grayscale: #A1A1A1. Windows color (decimal): -11874405 or 10211146. OLE color: 10211146.

HSL color Cylindrical-coordinate representation of color #4ACF9B: hue angle of 156.54º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACF9B is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 207 155 -
CMYK 0.64 0 0.25 0.19
HSL 156.54º 0.58% 0.55% -
HSV(B) 156.54º 0.64% 0.81% -
XYZ 31.05 48.45 38.73 -
YUV 161.31 124.44 65.73 -
System Red Green Blue C M Y K H S L
Decimal 74 207 155 0.64 0 0.25 0.19 156.54 0.58 0.55
Hex 4A CF 9B 40 0 19 13 9D 3A 37
Octal 112 317 233 100 0 31 23 235 72 67
Binary 1001010 11001111 10011011 1000000 0 11001 10011 10011101 111010 110111

Color Harmonies of #4ACF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACF9B

Black with #4ACF9B

Text Example


Text Example

White with #4ACF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,207,155); }

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

background-color css

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

 a { background-color: rgb(74,207,155); }

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

border-color css

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

 span { border-color: rgb(74,207,155); }

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