Html Css Color HEX #ACF887 Feijoa

📋 copy color: '#ACF887'

red 172 ◦ green 248 ◦ blue 135

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

Shades of Feijoa #ACF887

Tints of Feijoa #ACF887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 24.32%

R = 30.99%
G = 44.68%
B = 24.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#ACF887 (or 0xACF887) is known color: Feijoa. HEX triplet: AC, F8 and 87. RGB value is (172,248,135). Sum of RGB (Red+Green+Blue) = 172+248+135=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 135 (53.12% from 255 or 24.32% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF887 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF887 is #530778. Grayscale: #D4D4D4. Windows color (decimal): -5441401 or 8911020. OLE color: 8911020.

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

Color convert

RGB 172 248 135 -
CMYK 0.31 0 0.46 0.03
HSL 100.35º 0.89% 0.75% -
HSV(B) 100.35º 0.46% 0.97% -
XYZ 54.95 77.65 35.01 -
YUV 212.39 84.32 99.19 -
System Red Green Blue C M Y K H S L
Decimal 172 248 135 0.31 0 0.46 0.03 100.35 0.89 0.75
Hex AC F8 87 1F 0 2E 3 64 59 4B
Octal 254 370 207 37 0 56 3 144 131 113
Binary 10101100 11111000 10000111 11111 0 101110 11 1100100 1011001 1001011

Color Harmonies of #ACF887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF887

Black with #ACF887

Text Example


Text Example

White with #ACF887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF887; }

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

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

background-color css

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

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

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

border-color css

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

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

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