Html Css Color HEX #ACF877 Feijoa

📋 copy color: '#ACF877'

red 172 ◦ green 248 ◦ blue 119

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

Shades of Feijoa #ACF877

Tints of Feijoa #ACF877

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.01%

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

R = 31.91%
G = 46.01%
B = 22.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#ACF877 (or 0xACF877) is known color: Feijoa. HEX triplet: AC, F8 and 77. RGB value is (172,248,119). Sum of RGB (Red+Green+Blue) = 172+248+119=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 119 (46.88% from 255 or 22.08% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF877 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF877 is #530788. Grayscale: #D3D3D3. Windows color (decimal): -5441417 or 7862444. OLE color: 7862444.

HSL color Cylindrical-coordinate representation of color #ACF877: hue angle of 95.35º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACF877 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 119 -
CMYK 0.31 0 0.52 0.03
HSL 95.35º 0.9% 0.72% -
HSV(B) 95.35º 0.52% 0.97% -
XYZ 53.91 77.24 29.52 -
YUV 210.57 76.32 100.49 -
System Red Green Blue C M Y K H S L
Decimal 172 248 119 0.31 0 0.52 0.03 95.35 0.9 0.72
Hex AC F8 77 1F 0 34 3 5F 5A 48
Octal 254 370 167 37 0 64 3 137 132 110
Binary 10101100 11111000 1110111 11111 0 110100 11 1011111 1011010 1001000

Color Harmonies of #ACF877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF877

Black with #ACF877

Text Example


Text Example

White with #ACF877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF877; }

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

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

background-color css

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

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

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

border-color css

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

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

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