Html Css Color HEX #ACF87F Feijoa

📋 copy color: '#ACF87F'

red 172 ◦ green 248 ◦ blue 127

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

Shades of Feijoa #ACF87F

Tints of Feijoa #ACF87F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.22%

R = 31.44%
G = 45.34%
B = 23.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#ACF87F (or 0xACF87F) is known color: Feijoa. HEX triplet: AC, F8 and 7F. RGB value is (172,248,127). Sum of RGB (Red+Green+Blue) = 172+248+127=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF87F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF87F is #530780. Grayscale: #D3D3D3. Windows color (decimal): -5441409 or 8386732. OLE color: 8386732.

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

Color convert

RGB 172 248 127 -
CMYK 0.31 0 0.49 0.03
HSL 97.69º 0.9% 0.74% -
HSV(B) 97.69º 0.49% 0.97% -
XYZ 54.41 77.44 32.16 -
YUV 211.48 80.32 99.84 -
System Red Green Blue C M Y K H S L
Decimal 172 248 127 0.31 0 0.49 0.03 97.69 0.9 0.74
Hex AC F8 7F 1F 0 31 3 62 5A 4A
Octal 254 370 177 37 0 61 3 142 132 112
Binary 10101100 11111000 1111111 11111 0 110001 11 1100010 1011010 1001010

Color Harmonies of #ACF87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF87F

Black with #ACF87F

Text Example


Text Example

White with #ACF87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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