Html Css Color HEX #ACF77D Feijoa

📋 copy color: '#ACF77D'

red 172 ◦ green 247 ◦ blue 125

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

Shades of Feijoa #ACF77D

Tints of Feijoa #ACF77D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.4%

 BLUE value IS 125 (49.22% from 255) = 22.98%

R = 31.62%
G = 45.4%
B = 22.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#ACF77D (or 0xACF77D) is known color: Feijoa. HEX triplet: AC, F7 and 7D. RGB value is (172,247,125). Sum of RGB (Red+Green+Blue) = 172+247+125=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF77D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF77D is #530882. Grayscale: #D3D3D3. Windows color (decimal): -5441667 or 8255404. OLE color: 8255404.

HSL color Cylindrical-coordinate representation of color #ACF77D: hue angle of 96.89º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACF77D is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 125 -
CMYK 0.30 0 0.49 0.03
HSL 96.89º 0.88% 0.73% -
HSV(B) 96.89º 0.49% 0.97% -
XYZ 53.98 76.77 31.38 -
YUV 210.67 79.65 100.42 -
System Red Green Blue C M Y K H S L
Decimal 172 247 125 0.30 0 0.49 0.03 96.89 0.88 0.73
Hex AC F7 7D 1E 0 31 3 61 58 49
Octal 254 367 175 36 0 61 3 141 130 111
Binary 10101100 11110111 1111101 11110 0 110001 11 1100001 1011000 1001001

Color Harmonies of #ACF77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF77D

Black with #ACF77D

Text Example


Text Example

White with #ACF77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF77D; }

 p { color: rgb(172,247,125); }

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

background-color css

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

 a { background-color: rgb(172,247,125); }

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

border-color css

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

 span { border-color: rgb(172,247,125); }

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