Html Css Color HEX #4AC29F Puerto Rico

📋 copy color: '#4AC29F'

red 74 ◦ green 194 ◦ blue 159

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

Shades of Puerto Rico #4AC29F

Tints of Puerto Rico #4AC29F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.43%

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 17.33%
G = 45.43%
B = 37.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#4AC29F (or 0x4AC29F) is known color: Puerto Rico. HEX triplet: 4A, C2 and 9F. RGB value is (74,194,159). Sum of RGB (Red+Green+Blue) = 74+194+159=427 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.33% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC29F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC29F is #B53D60. Grayscale: #9A9A9A. Windows color (decimal): -11877729 or 10469962. OLE color: 10469962.

HSL color Cylindrical-coordinate representation of color #4AC29F: hue angle of 162.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC29F is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 194 159 -
CMYK 0.62 0 0.18 0.24
HSL 162.5º 0.5% 0.53% -
HSV(B) 162.5º 0.62% 0.76% -
XYZ 28.37 42.54 39.52 -
YUV 154.13 130.74 70.85 -
System Red Green Blue C M Y K H S L
Decimal 74 194 159 0.62 0 0.18 0.24 162.5 0.5 0.53
Hex 4A C2 9F 3E 0 12 18 A2 32 35
Octal 112 302 237 76 0 22 30 242 62 65
Binary 1001010 11000010 10011111 111110 0 10010 11000 10100010 110010 110101

Color Harmonies of #4AC29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC29F

Black with #4AC29F

Text Example


Text Example

White with #4AC29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,194,159); }

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

background-color css

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

 a { background-color: rgb(74,194,159); }

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

border-color css

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

 span { border-color: rgb(74,194,159); }

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