Html Css Color HEX #ACF87D Feijoa

📋 copy color: '#ACF87D'

red 172 ◦ green 248 ◦ blue 125

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

Shades of Feijoa #ACF87D

Tints of Feijoa #ACF87D

RGB

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

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

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

R = 31.56%
G = 45.5%
B = 22.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#ACF87D (or 0xACF87D) is known color: Feijoa. HEX triplet: AC, F8 and 7D. RGB value is (172,248,125). Sum of RGB (Red+Green+Blue) = 172+248+125=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF87D is #530782. Grayscale: #D3D3D3. Windows color (decimal): -5441411 or 8255660. OLE color: 8255660.

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

Color convert

RGB 172 248 125 -
CMYK 0.31 0 0.50 0.03
HSL 97.07º 0.9% 0.73% -
HSV(B) 97.07º 0.5% 0.97% -
XYZ 54.28 77.39 31.48 -
YUV 211.25 79.32 100 -
System Red Green Blue C M Y K H S L
Decimal 172 248 125 0.31 0 0.50 0.03 97.07 0.9 0.73
Hex AC F8 7D 1F 0 32 3 61 5A 49
Octal 254 370 175 37 0 62 3 141 132 111
Binary 10101100 11111000 1111101 11111 0 110010 11 1100001 1011010 1001001

Color Harmonies of #ACF87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF87D

Black with #ACF87D

Text Example


Text Example

White with #ACF87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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