Html Css Color HEX #ACF487 Feijoa

📋 copy color: '#ACF487'

red 172 ◦ green 244 ◦ blue 135

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

Shades of Feijoa #ACF487

Tints of Feijoa #ACF487

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.28%

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

R = 31.22%
G = 44.28%
B = 24.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#ACF487 (or 0xACF487) is known color: Feijoa. HEX triplet: AC, F4 and 87. RGB value is (172,244,135). Sum of RGB (Red+Green+Blue) = 172+244+135=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF487 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF487 is #530B78. Grayscale: #D2D2D2. Windows color (decimal): -5442425 or 8909996. OLE color: 8909996.

HSL color Cylindrical-coordinate representation of color #ACF487: hue angle of 99.63º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACF487 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 135 -
CMYK 0.30 0 0.45 0.04
HSL 99.63º 0.83% 0.74% -
HSV(B) 99.63º 0.45% 0.96% -
XYZ 53.74 75.22 34.61 -
YUV 210.05 85.65 100.86 -
System Red Green Blue C M Y K H S L
Decimal 172 244 135 0.30 0 0.45 0.04 99.63 0.83 0.74
Hex AC F4 87 1E 0 2D 4 64 53 4A
Octal 254 364 207 36 0 55 4 144 123 112
Binary 10101100 11110100 10000111 11110 0 101101 100 1100100 1010011 1001010

Color Harmonies of #ACF487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF487

Black with #ACF487

Text Example


Text Example

White with #ACF487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF487; }

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

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

background-color css

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

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

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

border-color css

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

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

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