Html Css Color HEX #ACF377 Feijoa

📋 copy color: '#ACF377'

red 172 ◦ green 243 ◦ blue 119

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

Shades of Feijoa #ACF377

Tints of Feijoa #ACF377

RGB

 RED value IS 172 (67.58% from 255) = 32.21%

 GREEN value IS 243 (95.31% from 255) = 45.51%

 BLUE value IS 119 (46.88% from 255) = 22.28%

R = 32.21%
G = 45.51%
B = 22.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#ACF377 (or 0xACF377) is known color: Feijoa. HEX triplet: AC, F3 and 77. RGB value is (172,243,119). Sum of RGB (Red+Green+Blue) = 172+243+119=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF377 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF377 is #530C88. Grayscale: #D0D0D0. Windows color (decimal): -5442697 or 7861164. OLE color: 7861164.

HSL color Cylindrical-coordinate representation of color #ACF377: hue angle of 94.35º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACF377 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 119 -
CMYK 0.29 0 0.51 0.05
HSL 94.35º 0.84% 0.71% -
HSV(B) 94.35º 0.51% 0.95% -
XYZ 52.39 74.2 29.01 -
YUV 207.64 77.98 102.58 -
System Red Green Blue C M Y K H S L
Decimal 172 243 119 0.29 0 0.51 0.05 94.35 0.84 0.71
Hex AC F3 77 1D 0 33 5 5E 54 47
Octal 254 363 167 35 0 63 5 136 124 107
Binary 10101100 11110011 1110111 11101 0 110011 101 1011110 1010100 1000111

Color Harmonies of #ACF377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF377

Black with #ACF377

Text Example


Text Example

White with #ACF377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF377; }

 p { color: rgb(172,243,119); }

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

background-color css

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

 a { background-color: rgb(172,243,119); }

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

border-color css

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

 span { border-color: rgb(172,243,119); }

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